Searched defs:getTrueValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | SelectOptimize.cpp | 207 Value *getTrueValue(bool HonorInverts = true) const { in getTrueValue() function in __anon135b54a50111::SelectOptimizeImpl::SelectLike |
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ | ||
H A D | SandboxIR.h | 602 Value *getTrueValue() { return getOperand(1); } in getTrueValue() function |