reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Attributes.cpp
  915   static_assert(attrIdxToArrayIdx(AttributeList::FunctionIndex) == 0U,
 1032   SmallVector<AttributeSet, 4> AttrVec(attrIdxToArrayIdx(MaxIndex) + 1);
 1034     AttrVec[attrIdxToArrayIdx(Pair.first)] = Pair.second;
 1084   Index = attrIdxToArrayIdx(Index);
 1172   Index = attrIdxToArrayIdx(Index);
 1190   unsigned MaxIndex = attrIdxToArrayIdx(ArgNos.back() + FirstArgIndex);
 1195     unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex);
 1208   Index = attrIdxToArrayIdx(Index);
 1221   Index = attrIdxToArrayIdx(Index);
 1236   Index = attrIdxToArrayIdx(Index);
 1250   WithoutIndex = attrIdxToArrayIdx(WithoutIndex);
 1385   Index = attrIdxToArrayIdx(Index);