Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp802 static constexpr unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
818 static_assert(attrIdxToArrayIdx(AttributeList::FunctionIndex) == 0U, in AttributeListImpl()
935 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
985 Index = attrIdxToArrayIdx(Index); in get()
1073 Index = attrIdxToArrayIdx(Index); in addAttributes()
1096 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1109 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1122 Index = attrIdxToArrayIdx(Index); in removeAttribute()
1137 Index = attrIdxToArrayIdx(Index); in removeAttributes()
1151 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
[all …]