9 #ifndef MLIR_DIALECT_SMT_IR_SMTTYPES_H
10 #define MLIR_DIALECT_SMT_IR_SMTTYPES_H
15 #define GET_TYPEDEF_CLASSES
16 #include "mlir/Dialect/SMT/IR/SMTTypes.h.inc"
Instances of the Type class are uniqued, have an immutable identifier and an optional mutable compone...
bool isAnySMTValueType(mlir::Type type)
Returns whether the given type is an SMT value type.
bool isAnyNonFuncSMTValueType(mlir::Type type)
Returns whether the given type is an SMT value type (excluding functions).
Include the generated interface declarations.