Lines Matching refs:attrIdxToArrayIdx
951 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
964 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1101 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1103 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1153 Index = attrIdxToArrayIdx(Index); in get()
1239 Index = attrIdxToArrayIdx(Index); in setAttributes()
1275 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1280 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1293 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1306 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1330 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
1490 Index = attrIdxToArrayIdx(Index); in getAttributes()