Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1381 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1383 PostLoopScale = Step; in expandAddRecExprLiterally()
1400 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1482 if (PostLoopScale) { in expandAddRecExprLiterally()
1486 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()