Lines Matching refs:Index
923 unsigned Index = 1;
937 PAL.push_back(llvm::AttributeWithIndex::get(Index,
939 ++Index;
987 // Increment Index if there is padding.
988 Index += (AI.getPaddingType() != 0);
992 Index += STy->getNumElements()-1; // 1 will be added below.
1016 Index += types.size();
1022 PAL.push_back(llvm::AttributeWithIndex::get(Index, Attrs));
1023 ++Index;
1242 unsigned Index = 0;
1243 for (; AI != End; ++AI, ++Index)
1244 AI->setName(Arg->getName() + "." + Twine(Index));