Searched refs:FoundPred (Results 1 – 2 of 2) sorted by relevance
9620 ICmpInst::Predicate FoundPred; in isImpliedCond() local9622 FoundPred = ICI->getInversePredicate(); in isImpliedCond()9624 FoundPred = ICI->getPredicate(); in isImpliedCond()9649 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond()9665 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()9671 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond()9679 if (FoundPred == Pred) in isImpliedCond()9694 if (CmpInst::isUnsigned(FoundPred) && in isImpliedCond()9700 if (FoundPred == ICmpInst::ICMP_NE && in isImpliedCond()9762 if (FoundPred == ICmpInst::ICMP_EQ) in isImpliedCond()[all …]
1630 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,