Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1365 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1367 PostLoopScale = Step; in expandAddRecExprLiterally()
1384 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1457 if (PostLoopScale) { in expandAddRecExprLiterally()
1461 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()