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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstructions.h1467 const Value *getTrueValue() const { return Op<1>(); } function in class:llvm::SelectInst
1470 Value *getTrueValue() { return Op<1>(); } function in class:llvm::SelectInst

Completed in 194 milliseconds