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

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

Completed in 83 milliseconds