Home
last modified time | relevance | path

Searched refs:TrueWhenEqual (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4836 bool TrueWhenEqual = match(Cond, m_LogicalOr(m_Value(), m_Value())); in SimplifyBranchOnICmpChain() local
4854 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()
4886 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3134 bool TrueWhenEqual = in foldICmpSelectConstant() local
3153 if (TrueWhenEqual) in foldICmpSelectConstant()