Home | History | Annotate | Download | only in IR

Lines Matching full:attrcount

1352   unsigned AttrCount = 0;
1353 AttrCount += Attrs.hasAttribute(Idx, Attribute::ByVal);
1354 AttrCount += Attrs.hasAttribute(Idx, Attribute::InAlloca);
1355 AttrCount += Attrs.hasAttribute(Idx, Attribute::StructRet) ||
1357 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest);
1358 Assert(AttrCount <= 1, "Attributes 'byval', 'inalloca', 'inreg', 'nest', "