Lines Matching refs:IdxI
785 auto IdxI = Indices.begin(), IdxE = Indices.end();
788 while (I != E && IdxI != IdxE) {
789 if (getSlotIndex(I) < *IdxI)
791 else if (getSlotIndex(I) > *IdxI)
792 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A)));
794 AttrBuilder B(getSlotAttributes(I), *IdxI);
796 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B));
798 ++IdxI;
805 while (IdxI != IdxE)
806 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A)));