Searched refs:getPostIncExpr (Results 1 – 5 of 5) sorted by relevance
415 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const;
615 auto *PostDecLatchCheckIV = LatchCheck.IV->getPostIncExpr(*SE); in widenICmpRangeCheckIncrementingLoop()
937 const SCEVAddRecExpr *ARBase = UsePostInc ? AR->getPostIncExpr(*SE) : AR; in genLoopLimit()
7174 const SCEVAddRecExpr *PostInc = AddRec->getPostIncExpr(SE); in canFoldTermCondOfLoop()
4950 return Expr->getPostIncExpr(SE); in visitAddRecExpr()10986 isLoopBackedgeGuardedByCond(L, Pred, LHS->getPostIncExpr(*this), RHS); in isKnownOnEveryIteration()12214 if (!ProvedEasily(L2, RAR->getPostIncExpr(*this))) in isImpliedViaMerge()13425 SCEVAddRecExpr::getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function in SCEVAddRecExpr