Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4767 class SCEVPostIncRewriter : public SCEVRewriteVisitor<SCEVPostIncRewriter> { class
4770 SCEVPostIncRewriter Rewriter(L, SE); in rewrite()
4796 explicit SCEVPostIncRewriter(const Loop *L, ScalarEvolution &SE) in SCEVPostIncRewriter() function in __anonccfa80ce1511::SCEVPostIncRewriter
10548 const SCEV *PostInc = SCEVPostIncRewriter::rewrite(S, L, *this); in SplitIntoInitAndPostInc()