Lines Matching refs:Index
577 if (Attr.Index == 0)
579 else if (Attr.Index-1 < FT->getNumParams())
580 Ty = FT->getParamType(Attr.Index-1);
584 VerifyParameterAttrs(Attr.Attrs, Ty, Attr.Index == 0, V);
592 Assert1(Attr.Index == 1, "Attribute sret not on first parameter!", V);
613 unsigned LastIndex = Attrs.getSlot(LastSlot).Index;
616 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params)))
1329 // Validate GEPs with a vector index.
1331 Value *Index = Idxs[0];
1332 Type *IndexTy = Index->getType();
1342 Assert1(IndexWidth == GepWidth, "Invalid GEP index vector width", &GEP);