Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp961 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx() function
1103 SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1); in get()
1105 AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second; in get()
1155 Index = attrIdxToArrayIdx(Index); in get()
1249 Index = attrIdxToArrayIdx(Index); in setAttributesAtIndex()
1277 unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex); in addParamAttribute()
1282 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute()
1297 Index = attrIdxToArrayIdx(Index); in removeAttributeAtIndex()
1312 Index = attrIdxToArrayIdx(Index); in removeAttributeAtIndex()
1336 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributesAtIndex()
[all …]