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