AnyAttrOf, similar to AnyTypeOf, expects the attribute to be one of the
given attributes.
For instance, AnyAttrOf<[I32Attr, StrAttr]> expects either a I32Attr,
or a StrAttr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo