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

Public Types

using Adaptor = ResetOpAdaptor
template<typename RangeT>
using GenericAdaptor = ResetOpGenericAdaptor<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)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes)
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 8555 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::ResetOp::GenericAdaptor = ResetOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

void llzk::smt::ResetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState )
static

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

◆ build() [3/3]

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

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

◆ getAttributeNames()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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