Home
last modified time | relevance | path

Searched refs:attrIdxToArrayIdx (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1043 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
1056 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1185 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1187 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1237 Index = attrIdxToArrayIdx(Index); in get()
1331 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()
1365 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1370 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1414 if (attrIdxToArrayIdx(WithoutIndex) >= getNumAttrSets()) in removeAttributesAtIndex()
1580 Index = attrIdxToArrayIdx(Index); in getAttributes()