|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/Types.h"#include "llzk/Dialect/SMT/IR/SMTTypes.h.inc"Go to the source code of this file.
Namespaces | |
| namespace | llzk |
| namespace | llzk::smt |
Macros | |
| #define | GET_TYPEDEF_CLASSES |
Functions | |
| bool | llzk::smt::isAnySMTValueType (mlir::Type type) |
| Returns whether the given type is an SMT value type. | |
| bool | llzk::smt::isAnyNonFuncSMTValueType (mlir::Type type) |
| Returns whether the given type is an SMT value type (excluding functions). | |
| #define GET_TYPEDEF_CLASSES |
Definition at line 15 of file SMTTypes.h.