Searched refs:PostLoopScale (Results 1 – 1 of 1) sorted by relevance
1365 const SCEV *PostLoopScale = nullptr; in expandAddRecExprLiterally() local1367 PostLoopScale = Step; in expandAddRecExprLiterally()1384 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally()1457 if (PostLoopScale) { in expandAddRecExprLiterally()1461 expandCodeFor(PostLoopScale, IntTy)); in expandAddRecExprLiterally()