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

Public Types

using Adaptor = CheckOpAdaptor
template<typename RangeT>
using GenericAdaptor = CheckOpGenericAdaptor<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)
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::Operation::result_range getResults ()
::mlir::Region & getSatRegion ()
::mlir::Region & getUnknownRegion ()
::mlir::Region & getUnsatRegion ()
::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 &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange results)
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 4340 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::CheckOp::GenericAdaptor = CheckOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/2]

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

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

◆ build() [2/2]

void llzk::smt::CheckOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange results )
static

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

◆ getAttributeNames()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResults()

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

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

◆ getSatRegion()

::mlir::Region & llzk::smt::CheckOp::getSatRegion ( )
inline

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

◆ getUnknownRegion()

::mlir::Region & llzk::smt::CheckOp::getUnknownRegion ( )
inline

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

◆ getUnsatRegion()

::mlir::Region & llzk::smt::CheckOp::getUnsatRegion ( )
inline

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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

◆ verifyRegions()

LogicalResult CheckOp::verifyRegions ( )

Definition at line 71 of file SMTOps.cpp.


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