|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| void | print (::mlir::AsmPrinter &odsPrinter) const |
| mlir::Type | getDomainType () const |
| mlir::Type | getRangeType () const |
Static Public Member Functions | |
| static ArrayType | get (::mlir::MLIRContext *context, mlir::Type domainType, mlir::Type rangeType) |
| static ArrayType | getChecked (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::mlir::MLIRContext *context, mlir::Type domainType, mlir::Type rangeType) |
| ::llvm::LogicalResult | verify (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, mlir::Type domainType, mlir::Type rangeType) |
| ::llvm::LogicalResult | verifyInvariants (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, mlir::Type domainType, mlir::Type rangeType) |
| static constexpr ::llvm::StringLiteral | getMnemonic () |
| ::mlir::Type | parse (::mlir::AsmParser &odsParser) |
Static Public Attributes | |
| static constexpr ::llvm::StringLiteral | name = "smt.array" |
| static constexpr ::llvm::StringLiteral | dialectName = "smt" |
Definition at line 73 of file SMTTypes.h.inc.
|
static |
Definition at line 227 of file SMTTypes.cpp.inc.
|
static |
Definition at line 231 of file SMTTypes.cpp.inc.
| mlir::Type llzk::smt::ArrayType::getDomainType | ( | ) | const |
Definition at line 290 of file SMTTypes.cpp.inc.
|
inlinestatic |
Definition at line 83 of file SMTTypes.h.inc.
| mlir::Type llzk::smt::ArrayType::getRangeType | ( | ) | const |
Definition at line 294 of file SMTTypes.cpp.inc.
|
static |
Definition at line 241 of file SMTTypes.cpp.inc.
| void llzk::smt::ArrayType::print | ( | ::mlir::AsmPrinter & | odsPrinter | ) | const |
Definition at line 278 of file SMTTypes.cpp.inc.
|
static |
|
static |
Definition at line 235 of file SMTTypes.cpp.inc.
|
static |
Definition at line 77 of file SMTTypes.h.inc.
|
static |
Definition at line 76 of file SMTTypes.h.inc.