[mlir] Add AllOfType and ConfinedType constraints
`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. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D131788
Loading
Please sign in to comment