Searched refs:attrIdxToArrayIdx (Results 1 – 1 of 1) sorted by relevance
1072 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function1085 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()1214 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()1216 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()1266 Index = attrIdxToArrayIdx(Index); in get()1360 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()1394 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()1399 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()1443 if (attrIdxToArrayIdx(WithoutIndex) >= getNumAttrSets()) in removeAttributesAtIndex()1617 Index = attrIdxToArrayIdx(Index); in getAttributes()