Searched defs:getTrueValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h1559 const Value *getTrueValue() const { return Op<1>(); } function in class:llvm::SelectInst
1562 Value *getTrueValue() { return Op<1>(); } function in class:llvm::SelectInst

Completed in 515 milliseconds