Searched refs:getPostIncExpr (Results 1 – 3 of 3) sorted by relevance
415 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const;
637 auto *PostDecLatchCheckIV = LatchCheck.IV->getPostIncExpr(*SE); in widenICmpRangeCheckDecrementingLoop()
4293 return Expr->getPostIncExpr(SE); in visitAddRecExpr()9686 isLoopBackedgeGuardedByCond(L, Pred, LHS->getPostIncExpr(*this), RHS); in isKnownOnEveryIteration()10781 if (!ProvedEasily(L2, RAR->getPostIncExpr(*this))) in isImpliedViaMerge()11587 SCEVAddRecExpr::getPostIncExpr(ScalarEvolution &SE) const { in getPostIncExpr() function in SCEVAddRecExpr