LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
SMT.td
Go to the documentation of this file.
1//===- SMT.td - SMT dialect definition ---------------------*- tablegen -*-===//
2//
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
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef MLIR_DIALECT_SMT_IR_SMT_TD
10#define MLIR_DIALECT_SMT_IR_SMT_TD
11
12include "mlir/IR/OpBase.td"
13
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"
21
22#endif // MLIR_DIALECT_SMT_IR_SMT_TD