Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1417 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1419 PostLoopScale = Step; in expandAddRecExprLiterally()
1436 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1518 if (PostLoopScale) { in expandAddRecExprLiterally()
1522 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()