Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1431 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1433 PostLoopScale = Step; in expandAddRecExprLiterally()
1450 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1532 if (PostLoopScale) { in expandAddRecExprLiterally()
1536 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()