Searched refs:isFalseWhenEqual (Results 1 – 6 of 6) sorted by relevance
992 bool isFalseWhenEqual() const {993 return isFalseWhenEqual(getPredicate());1014 static bool isFalseWhenEqual(Predicate predicate);
1554 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) || in simplifyAndOfICmpsWithSameOperands()2603 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()3695 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
9477 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()10354 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()
2654 C->isFalseWhenEqual())); in visitAllocSite()
1830 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
3966 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst