Searched refs:WideIVs (Results 1 – 1 of 1) sorted by relevance
1233 SmallVector<WideIVInfo, 8> WideIVs; in SimplifyAndExtend() local1259 WideIVs.push_back(Visitor.WI); in SimplifyAndExtend()1263 for (; !WideIVs.empty(); WideIVs.pop_back()) { in SimplifyAndExtend()1264 WidenIV Widener(WideIVs.back(), LI, SE, DT, DeadInsts); in SimplifyAndExtend()