LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::smt::SolverOp:
[legend]
Collaboration diagram for llzk::smt::SolverOp:
[legend]

Public Types

using Adaptor = SolverOpAdaptor
template<typename RangeT>
using GenericAdaptor = SolverOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::Operation::operand_range getODSOperands (unsigned index)
::mlir::Operation::operand_range getInputs ()
::mlir::MutableOperandRange getInputsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::Operation::result_range getResults ()
::mlir::Region & getBodyRegion ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::LogicalResult verifyRegions ()
void print (::mlir::OpAsmPrinter &_odsPrinter)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

Definition at line 8877 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 8881 of file SMT.h.inc.

◆ FoldAdaptor

using llzk::smt::SolverOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 8884 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::SolverOp::GenericAdaptor = SolverOpGenericAdaptor<RangeT>

Definition at line 8883 of file SMT.h.inc.

Member Function Documentation

◆ build()

void llzk::smt::SolverOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 10243 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::SolverOp::getAttributeNames ( )
inline

Definition at line 8885 of file SMT.h.inc.

◆ getBodyRegion()

::mlir::Region & llzk::smt::SolverOp::getBodyRegion ( )
inline

Definition at line 8916 of file SMT.h.inc.

◆ getInputs()

::mlir::Operation::operand_range llzk::smt::SolverOp::getInputs ( )
inline

Definition at line 8900 of file SMT.h.inc.

◆ getInputsMutable()

mlir::MutableOperandRange llzk::smt::SolverOp::getInputsMutable ( )

Definition at line 10219 of file SMT.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::SolverOp::getODSOperandIndexAndLength ( unsigned index)

Definition at line 10201 of file SMT.cpp.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::SolverOp::getODSOperands ( unsigned index)
inline

Definition at line 8894 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::SolverOp::getODSResultIndexAndLength ( unsigned index)

Definition at line 10225 of file SMT.cpp.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::SolverOp::getODSResults ( unsigned index)
inline

Definition at line 8906 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::SolverOp::getOperationName ( )
inlinestatic

Definition at line 8889 of file SMT.h.inc.

◆ getResults()

::mlir::Operation::result_range llzk::smt::SolverOp::getResults ( )
inline

Definition at line 8912 of file SMT.h.inc.

◆ parse()

mlir::ParseResult llzk::smt::SolverOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 10284 of file SMT.cpp.inc.

◆ print()

void llzk::smt::SolverOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 10324 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::SolverOp::verifyInvariants ( )

Definition at line 10280 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::SolverOp::verifyInvariantsImpl ( )

Definition at line 10251 of file SMT.cpp.inc.

◆ verifyRegions()

LogicalResult SolverOp::verifyRegions ( )

Definition at line 56 of file SMTOps.cpp.


The documentation for this class was generated from the following files: