Searched refs:FoundPred (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 10280 ICmpInst::Predicate FoundPred; in isImpliedCond() local 10282 FoundPred = ICI->getInversePredicate(); in isImpliedCond() 10284 FoundPred = ICI->getPredicate(); in isImpliedCond() 10289 return isImpliedCond(Pred, LHS, RHS, FoundPred, FoundLHS, FoundRHS, Context); in isImpliedCond() 10294 ICmpInst::Predicate FoundPred, in isImpliedCond() argument 10303 if (!CmpInst::isSigned(FoundPred)) { in isImpliedCond() 10313 if (isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, TruncFoundLHS, in isImpliedCond() 10328 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond() 10336 return isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, FoundLHS, in isImpliedCond() 10342 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS, const SCEV *FoundRHS, in isImpliedCondBalancedTypes() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1791 ICmpInst::Predicate FoundPred, 1800 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,
|