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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp973 static constexpr unsigned attrIdxToArrayIdx(unsigned Index) { function
986 static_assert(attrIdxToArrayIdx(AttributeList::FunctionIndex) == 0U,
1125 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1);
1127 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second;
1177 Index = attrIdxToArrayIdx(Index);
1276 Index = attrIdxToArrayIdx(Index);
1294 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex);
1299 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex);
1312 Index = attrIdxToArrayIdx(Index);
1325 Index = attrIdxToArrayIdx(Inde
[all...]

Completed in 49 milliseconds