Searched refs:PostLoopScale (Results 1 – 1 of 1) sorted by relevance
1272 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1274 PostLoopScale = Step; in expandAddRecExprLiterally()1284 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1352 if (PostLoopScale) { in expandAddRecExprLiterally()1356 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()