Searched refs:getPostIncExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp572 if (User1SCEV == RealIVSCEV->getPostIncExpr(*SE)) {
577 if (User2SCEV != RealIVSCEV->getPostIncExpr(*SE))
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h349 /// getPostIncExpr - Return an expression representing the value of
351 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const { function in class:llvm::SCEVAddRecExpr
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1023 AR->getPostIncExpr(*this), N))) {
1037 AR->getPostIncExpr(*this), N))) {
1303 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this),
6207 isLoopBackedgeGuardedByCond(L, Pred, LAR->getPostIncExpr(*this), RHS)) {
6215 isLoopBackedgeGuardedByCond(L, Pred, LHS, RAR->getPostIncExpr(*this))) {

Completed in 145 milliseconds