Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4711 bool TrueWhenEqual = match(Cond, m_LogicalOr(m_Value(), m_Value())); in SimplifyBranchOnICmpChain() local
4729 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()
4761 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2889 bool TrueWhenEqual = in foldICmpSelectConstant() local
2908 if (TrueWhenEqual) in foldICmpSelectConstant()