Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp1120 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
1133 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)]) in AttributeListImpl()
1270 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1272 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1322 Index = attrIdxToArrayIdx(Index); in get()
1408 Index = attrIdxToArrayIdx(Index); in setAttributes()
1444 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1449 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1462 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1475 Index = attrIdxToArrayIdx(Index); in removeAttribute()
[all …]