Searched refs:FoundPred (Results 1 – 2 of 2) sorted by relevance
10557 ICmpInst::Predicate FoundPred; in isImpliedCond() local10559 FoundPred = ICI->getInversePredicate(); in isImpliedCond()10561 FoundPred = ICI->getPredicate(); in isImpliedCond()10609 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond()10635 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCondBalancedTypes()10641 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCondBalancedTypes()10649 if (FoundPred == Pred) in isImpliedCondBalancedTypes()10683 if (CmpInst::isUnsigned(FoundPred) && in isImpliedCondBalancedTypes()10689 if (FoundPred == ICmpInst::ICMP_NE && in isImpliedCondBalancedTypes()10767 if (FoundPred == ICmpInst::ICMP_EQ) in isImpliedCondBalancedTypes()[all …]
1840 ICmpInst::Predicate FoundPred,1849 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,