Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1346 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1348 PostLoopScale = Step; in expandAddRecExprLiterally()
1365 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1438 if (PostLoopScale) { in expandAddRecExprLiterally()
1442 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()