Searched refs:isFalseWhenEqual (Results 1 – 10 of 10) 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);
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()
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()
3085 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual() function in CmpInst
3648 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() function in CmpInst