Searched defs:TrueWhenEqual (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 3134 bool TrueWhenEqual = foldICmpSelectConstant() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 4836 bool TrueWhenEqual = match(Cond, m_LogicalOr(m_Value(), m_Value())); SimplifyBranchOnICmpChain() local |