Searched refs:PostLoopScale (Results 1 – 1 of 1) sorted by relevance
1431 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1433 PostLoopScale = Step; in expandAddRecExprLiterally()1450 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1532 if (PostLoopScale) { in expandAddRecExprLiterally()1536 expandCodeForImpl(PostLoopScale, IntTy, false)); in expandAddRecExprLiterally()