|
| static SMTFuncType | get (::mlir::MLIRContext *context, ::llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| static SMTFuncType | getChecked (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::mlir::MLIRContext *context, ::llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| static SMTFuncType | get (llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| static SMTFuncType | getChecked (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| static SMTFuncType | get (mlir::Type rangeType) |
| static SMTFuncType | getChecked (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, mlir::Type rangeType) |
| ::llvm::LogicalResult | verify (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| ::llvm::LogicalResult | verifyInvariants (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::llvm::ArrayRef< mlir::Type > domainTypes, mlir::Type rangeType) |
| static constexpr ::llvm::StringLiteral | getMnemonic () |
| ::mlir::Type | parse (::mlir::AsmParser &odsParser) |
|
| static constexpr ::llvm::StringLiteral | name = "smt.func" |
| static constexpr ::llvm::StringLiteral | dialectName = "smt" |
Definition at line 95 of file SMTTypes.h.inc.
◆ get() [1/3]
| SMTFuncType llzk::smt::SMTFuncType::get |
( |
::mlir::MLIRContext * | context, |
|
|
::llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ get() [2/3]
| SMTFuncType llzk::smt::SMTFuncType::get |
( |
llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ get() [3/3]
| SMTFuncType llzk::smt::SMTFuncType::get |
( |
mlir::Type | rangeType | ) |
|
|
static |
◆ getChecked() [1/3]
| SMTFuncType llzk::smt::SMTFuncType::getChecked |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
::mlir::MLIRContext * | context, |
|
|
::llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ getChecked() [2/3]
| SMTFuncType llzk::smt::SMTFuncType::getChecked |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ getChecked() [3/3]
| SMTFuncType llzk::smt::SMTFuncType::getChecked |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ getDomainTypes()
| llvm::ArrayRef< mlir::Type > llzk::smt::SMTFuncType::getDomainTypes |
( |
| ) |
const |
◆ getMnemonic()
| constexpr ::llvm::StringLiteral llzk::smt::SMTFuncType::getMnemonic |
( |
| ) |
|
|
inlinestatic |
◆ getRangeType()
| mlir::Type llzk::smt::SMTFuncType::getRangeType |
( |
| ) |
const |
◆ parse()
| mlir::Type llzk::smt::SMTFuncType::parse |
( |
::mlir::AsmParser & | odsParser | ) |
|
|
static |
◆ print()
| void llzk::smt::SMTFuncType::print |
( |
::mlir::AsmPrinter & | odsPrinter | ) |
const |
◆ verify()
| LogicalResult SMTFuncType::verify |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
::llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ verifyInvariants()
| llvm::LogicalResult llzk::smt::SMTFuncType::verifyInvariants |
( |
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError, |
|
|
::llvm::ArrayRef< mlir::Type > | domainTypes, |
|
|
mlir::Type | rangeType ) |
|
static |
◆ dialectName
| ::llvm::StringLiteral llzk::smt::SMTFuncType::dialectName = "smt" |
|
static |
◆ name
| ::llvm::StringLiteral llzk::smt::SMTFuncType::name = "smt.func" |
|
static |
The documentation for this class was generated from the following files: