Searched refs:FoundPred (Results 1 – 1 of 1) sorted by relevance
6857 ICmpInst::Predicate FoundPred; in isImpliedCond() local6859 FoundPred = ICI->getInversePredicate(); in isImpliedCond()6861 FoundPred = ICI->getPredicate(); in isImpliedCond()6878 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond()6892 if (SimplifyICmpOperands(FoundPred, FoundLHS, FoundRHS)) in isImpliedCond()6894 return CmpInst::isFalseWhenEqual(FoundPred); in isImpliedCond()6900 FoundPred = ICmpInst::getSwappedPredicate(FoundPred); in isImpliedCond()6908 if (FoundPred == Pred) in isImpliedCond()6913 if (ICmpInst::getSwappedPredicate(FoundPred) == Pred) { in isImpliedCond()6922 if (FoundPred == ICmpInst::ICMP_NE && in isImpliedCond()[all …]