Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1408 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1410 PostLoopScale = Step; in expandAddRecExprLiterally()
1427 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1509 if (PostLoopScale) { in expandAddRecExprLiterally()
1513 expandCodeForImpl(PostLoopScale, IntTy)); in expandAddRecExprLiterally()