Searched refs:isFalseWhenEqual (Results 1 – 7 of 7) sorted by relevance
1062 bool isFalseWhenEqual() const {1063 return isFalseWhenEqual(getPredicate());1084 static bool isFalseWhenEqual(Predicate predicate);
1873 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
2861 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()4108 if (CmpInst::isFalseWhenEqual(Pred)) in simplifyFCmpInst()
10777 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()11741 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()
3867 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst
3292 C->isFalseWhenEqual())); in visitAllocSite()
11026 (CmpInst::isTrueWhenEqual(Pred) || CmpInst::isFalseWhenEqual(Pred))) { in handleCmp()