Searched refs:FoundPred (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 11622 ICmpInst::Predicate FoundPred; in isImpliedCond() local 11624 FoundPred = ICI->getInversePredicate(); in isImpliedCond() 11626 FoundPred = ICI->getPredicate(); in isImpliedCond() 11631 return isImpliedCond(Pred, LHS, RHS, FoundPred, FoundLHS, FoundRHS, CtxI); in isImpliedCond() 11636 ICmpInst::Predicate FoundPred, in isImpliedCond() argument 11645 if (!CmpInst::isSigned(FoundPred) && !FoundLHS->getType()->isPointerTy() && in isImpliedCond() 11658 if (isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, TruncFoundLHS, in isImpliedCond() 11677 if (CmpInst::isSigned(FoundPred)) { in isImpliedCond() 11685 return isImpliedCondBalancedTypes(Pred, LHS, RHS, FoundPred, FoundLHS, in isImpliedCond() 11691 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS, const SCEV *FoundRHS, in isImpliedCondBalancedTypes() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1905 ICmpInst::Predicate FoundPred, 1914 ICmpInst::Predicate FoundPred, const SCEV *FoundLHS,
|