Searched refs:getPostIncExpr (Results 1 – 5 of 5) 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/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 343 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function
|
/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()
|