Home
last modified time | relevance | path

Searched refs:getPostIncExpr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h398 const SCEVAddRecExpr *getPostIncExpr(ScalarEvolution &SE) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp654 auto *PostDecLatchCheckIV = LatchCheck.IV->getPostIncExpr(*SE); in widenICmpRangeCheckDecrementingLoop()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4915 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