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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1903 const Value *getTrueValue() const { return Op<1>(); } function in class:llvm::SelectInst
1906 Value *getTrueValue() { return Op<1>(); } function in class:llvm::SelectInst

Completed in 121 milliseconds