Searched refs:isLoopEntryGuardedByCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 759 bool isLoopEntryGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1310 SE->isLoopEntryGuardedByCond(L, Pred, PreStart, OverflowLimit)) { in getPreStartForExtend() 1530 (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_ULT, Start, N) && in getZeroExtendExpr() 1544 (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_UGT, Start, N) && in getZeroExtendExpr() 1729 (isLoopEntryGuardedByCond(L, Pred, Start, OverflowLimit) && in getSignExtendExpr() 6569 if (isLoopEntryGuardedByCond(L, Pred, LAR->getStart(), RHS) && in isKnownPredicate() 6577 if (isLoopEntryGuardedByCond(L, Pred, LHS, RAR->getStart()) && in isKnownPredicate() 6767 ScalarEvolution::isLoopEntryGuardedByCond(const Loop *L, in isLoopEntryGuardedByCond() function in ScalarEvolution 7292 if (!isLoopEntryGuardedByCond(L, Cond, getMinusSCEV(Start, Stride), RHS)) { in HowManyLessThans() 7373 if (!isLoopEntryGuardedByCond(L, Cond, getAddExpr(Start, Stride), RHS)) { in HowManyGreaterThans()
|