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