Searched refs:PostLoopScale (Results 1 – 2 of 2) sorted by relevance
1097 const SCEV *PostLoopScale = 0; in expandAddRecExprLiterally() local1099 PostLoopScale = Step; in expandAddRecExprLiterally()1111 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1134 if (PostLoopScale) { in expandAddRecExprLiterally()1137 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()
1287 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1289 PostLoopScale = Step; in expandAddRecExprLiterally()1306 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1374 if (PostLoopScale) { in expandAddRecExprLiterally()1378 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()