Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1097 const SCEV *PostLoopScale = 0; in expandAddRecExprLiterally() local
1099 PostLoopScale = Step; in expandAddRecExprLiterally()
1111 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1134 if (PostLoopScale) { in expandAddRecExprLiterally()
1137 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1287 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local
1289 PostLoopScale = Step; in expandAddRecExprLiterally()
1306 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()
1374 if (PostLoopScale) { in expandAddRecExprLiterally()
1378 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()