Searched refs:PostLoopScale (Results 1 – 1 of 1) sorted by relevance
1417 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1419 PostLoopScale = Step; in expandAddRecExprLiterally()1436 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1518 if (PostLoopScale) { in expandAddRecExprLiterally()1522 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()