Searched refs:isFalseWhenEqual (Results 1 – 16 of 16) sorted by relevance
793 bool isFalseWhenEqual() const {794 return isFalseWhenEqual(getPredicate());815 static bool isFalseWhenEqual(unsigned short predicate);
1041 bool isFalseWhenEqual() const {1042 return isFalseWhenEqual(getPredicate());1075 static bool isFalseWhenEqual(Predicate predicate);
1085 bool isFalseWhenEqual() const {1086 return isFalseWhenEqual(getPredicate());1107 static bool isFalseWhenEqual(Predicate predicate);
1492 return ConstantInt::get(ITy, CmpInst::isFalseWhenEqual(Pred)); in SimplifyICmpInst()2143 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
5612 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()5937 return CmpInst::isFalseWhenEqual(Pred); in isImpliedCond()
1444 (Pred0 == ICmpInst::ICMP_EQ && ICmpInst::isFalseWhenEqual(Pred1)) || in simplifyAndOfICmpsWithSameOperands()2319 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()3520 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
8736 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()9464 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
1150 C->isFalseWhenEqual())); in visitMalloc()
2146 CmpInst::isFalseWhenEqual(Pred)); in computePointerICmp()3203 if (CmpInst::isFalseWhenEqual(Pred)) in SimplifyFCmpInst()
7472 if (ICmpInst::isFalseWhenEqual(Pred)) in SimplifyICmpOperands()8115 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()
1987 C->isFalseWhenEqual())); in visitAllocSite()
2182 C->isFalseWhenEqual())); in visitAllocSite()
3085 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual() function in CmpInst
1879 else if (CI->isFalseWhenEqual()) in performSymbolicCmpEvaluation()
3464 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst
3648 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst