Searched refs:TrueWhenEqual (Results 1 – 2 of 2) sorted by relevance
4905 bool TrueWhenEqual = match(Cond, m_LogicalOr(m_Value(), m_Value())); in SimplifyBranchOnICmpChain() local4923 if (!TrueWhenEqual) in SimplifyBranchOnICmpChain()4955 if (TrueWhenEqual) in SimplifyBranchOnICmpChain()
3231 bool TrueWhenEqual = ICmpInst::compare(C2Equal->getValue(), C->getValue(), in foldICmpSelectConstant() local3248 if (TrueWhenEqual) in foldICmpSelectConstant()