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

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

Completed in 131 milliseconds