Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1264 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1266 PostLoopScale = Step; in expandAddRecExprLiterally()
1276 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1344 if (PostLoopScale) { in expandAddRecExprLiterally()
1348 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()