Home
last modified time | relevance | path

Searched refs:FoundPred (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10557 ICmpInst::Predicate FoundPred; in isImpliedCond() local
10559 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1840 ICmpInst::Predicate FoundPred,
1849 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,