14 #ifndef MLIR_DIALECT_SPIRV_IR_SPIRVOPTRAITS_H_
15 #define MLIR_DIALECT_SPIRV_IR_SPIRVOPTRAITS_H_
23 template <
typename ConcreteType>
26 template <
typename ConcreteType>
31 template <
typename ConcreteType>
33 :
public TraitBase<ConcreteType, UsableInSpecConstantOp> {};
Helper class for implementing traits.
A trait to mark ops that can be enclosed/wrapped in a SpecConstantOperation op.
Include the generated interface declarations.