Home
last modified time | relevance | path

Searched refs:PostLoopScale (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
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()