Searched refs:isLoopBackedgeGuardedByCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 765 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1529 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) || in getZeroExtendExpr() 1531 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, in getZeroExtendExpr() 1543 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 1545 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, in getZeroExtendExpr() 1728 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) || in getSignExtendExpr() 1730 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this), in getSignExtendExpr() 6570 isLoopBackedgeGuardedByCond(L, Pred, LAR->getPostIncExpr(*this), RHS)) { in isKnownPredicate() 6578 isLoopBackedgeGuardedByCond(L, Pred, LHS, RAR->getPostIncExpr(*this))) { in isKnownPredicate() 6668 ScalarEvolution::isLoopBackedgeGuardedByCond(const Loop *L, in isLoopBackedgeGuardedByCond() function in ScalarEvolution
|