Searched refs:attrIdxToArrayIdx (Results 1 – 1 of 1) sorted by relevance
1202 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function1215 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()1344 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()1346 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()1396 Index = attrIdxToArrayIdx(Index); in get()1490 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()1524 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()1529 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()1573 if (attrIdxToArrayIdx(WithoutIndex) >= getNumAttrSets()) in removeAttributesAtIndex()1754 Index = attrIdxToArrayIdx(Index); in getAttributes()