AllOfType is a type constraint that satisfies all given type
constraints and ConfinedType is a type that satisfies additional
predicates. These shorthands simplify type constraint definition mostly
by removing the need to deal with myType.predicate manipulation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG!
Can you rename AllAttrConstraintsOf to be aligned? AllOfAttr is a much nicer name. It'd also be nice to rename Confined to ConfinedAttr at some point as well.