Searched refs:getPostIncExpr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 154 Result = cast<SCEVAddRecExpr>(Result)->getPostIncExpr(SE); in TransformImpl()
|
D | ScalarEvolution.cpp | 1002 AR->getPostIncExpr(*this), N))) { in getZeroExtendExpr() 1016 AR->getPostIncExpr(*this), N))) { in getZeroExtendExpr() 1266 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this), in getSignExtendExpr() 5723 AR->getLoop(), Pred, AR->getPostIncExpr(*this), RHS)) in isKnownPredicate() 5729 AR->getLoop(), Pred, LHS, AR->getPostIncExpr(*this))) in isKnownPredicate()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 355 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 483 auto *PostDecLatchCheckIV = LatchCheck.IV->getPostIncExpr(*SE); in widenICmpRangeCheckDecrementingLoop()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 343 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 353 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const;
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1543 AR->getPostIncExpr(*this), N))) { in getZeroExtendExpr() 1558 AR->getPostIncExpr(*this), N))) { in getZeroExtendExpr() 1778 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this), in getSignExtendExpr() 7591 isLoopBackedgeGuardedByCond(L, Pred, LAR->getPostIncExpr(*this), RHS)) { in isKnownPredicate() 7599 isLoopBackedgeGuardedByCond(L, Pred, LHS, RAR->getPostIncExpr(*this))) { in isKnownPredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4278 return Expr->getPostIncExpr(SE); in visitAddRecExpr() 8920 isLoopBackedgeGuardedByCond(L, Pred, LHS->getPostIncExpr(*this), RHS); in isKnownOnEveryIteration() 9810 if (!ProvedEasily(L2, RAR->getPostIncExpr(*this))) in isImpliedViaMerge() 10620 SCEVAddRecExpr::getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function in SCEVAddRecExpr
|