Searched refs:attrIdxToArrayIdx (Results 1 – 1 of 1) sorted by relevance
1421 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function1434 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()1563 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()1565 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()1615 Index = attrIdxToArrayIdx(Index); in get()1709 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()1743 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()1748 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()1792 if (attrIdxToArrayIdx(WithoutIndex) >= getNumAttrSets()) in removeAttributesAtIndex()2005 Index = attrIdxToArrayIdx(Index); in getAttributes()