|
| 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 constexpr ::llvm::StringLiteral | name = "smt.array" |
| static constexpr ::llvm::StringLiteral | dialectName = "smt" |
Definition at line 73 of file SMTTypes.h.inc.
◆ get()
| ArrayType llzk::smt::ArrayType::get |
( |
::mlir::MLIRContext * | context, |
|
|
mlir::Type | domainType, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ getChecked()
| ArrayType llzk::smt::ArrayType::getChecked |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
::mlir::MLIRContext * | context, |
|
|
mlir::Type | domainType, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ getDomainType()
| mlir::Type llzk::smt::ArrayType::getDomainType |
( |
| ) |
const |
◆ getMnemonic()
| constexpr ::llvm::StringLiteral llzk::smt::ArrayType::getMnemonic |
( |
| ) |
|
|
inlinestatic |
◆ getRangeType()
| mlir::Type llzk::smt::ArrayType::getRangeType |
( |
| ) |
const |
◆ parse()
| mlir::Type llzk::smt::ArrayType::parse |
( |
::mlir::AsmParser & | odsParser | ) |
|
|
static |
◆ print()
| void llzk::smt::ArrayType::print |
( |
::mlir::AsmPrinter & | odsPrinter | ) |
const |
◆ verify()
| ::llvm::LogicalResult llzk::smt::ArrayType::verify |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
mlir::Type | domainType, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ verifyInvariants()
| llvm::LogicalResult llzk::smt::ArrayType::verifyInvariants |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
mlir::Type | domainType, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ dialectName
| ::llvm::StringLiteral llzk::smt::ArrayType::dialectName = "smt" |
|
static |
◆ name
| ::llvm::StringLiteral llzk::smt::ArrayType::name = "smt.array" |
|
static |
The documentation for this class was generated from the following files: