Lines Matching refs:Index
156 ID.AddInteger(uint64_t(Attr[i].Attrs) << 32 | unsigned(Attr[i].Index));
176 assert((!i || Attrs[i-1].Index < Attrs[i].Index) &&
243 /// getAttributes - The attributes for the specified index are
250 for (unsigned i = 0, e = Attrs.size(); i != e && Attrs[i].Index <= Idx; ++i)
251 if (Attrs[i].Index == Idx)
291 for (; i != e && OldAttrList[i].Index < Idx; ++i)
294 // If there are attributes already at this index, merge them in.
295 if (i != e && OldAttrList[i].Index == Idx) {
328 for (; i != e && OldAttrList[i].Index < Idx; ++i)
331 // If there are attributes already at this index, merge them in.
332 assert(OldAttrList[i].Index == Idx && "Attribute isn't set?");
349 dbgs() << "{" << PAWI.Index << "," << PAWI.Attrs << "} ";