Searched refs:PostLoopScale (Results 1 – 1 of 1) sorted by relevance
1381 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1383 PostLoopScale = Step; in expandAddRecExprLiterally()1400 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1482 if (PostLoopScale) { in expandAddRecExprLiterally()1486 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()