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