1//===- SMT.td - SMT dialect definition ---------------------*- tablegen -*-===//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//===----------------------------------------------------------------------===//
9#ifndef MLIR_DIALECT_SMT_IR_SMT_TD
10#define MLIR_DIALECT_SMT_IR_SMT_TD
12include "mlir/IR/OpBase.td"
14include "llzk/Dialect/SMT/IR/SMTAttributes.td"
15include "llzk/Dialect/SMT/IR/SMTDialect.td"
16include "llzk/Dialect/SMT/IR/SMTTypes.td"
17include "llzk/Dialect/SMT/IR/SMTOps.td"
18include "llzk/Dialect/SMT/IR/SMTArrayOps.td"
19include "llzk/Dialect/SMT/IR/SMTBitVectorOps.td"
20include "llzk/Dialect/SMT/IR/SMTIntOps.td"
22#endif // MLIR_DIALECT_SMT_IR_SMT_TD