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

Public Types

using Adaptor = StepYieldOpAdaptor
template<typename RangeT>
using GenericAdaptor = StepYieldOpGenericAdaptor<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::TypedValue<::mlir::IntegerType > getValue ()
::mlir::OpOperand & getValueMutable ()
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, ::mlir::Value value)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value value)
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 2687 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using llzk::verif::StepYieldOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 2694 of file Ops.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::verif::StepYieldOp::GenericAdaptor = StepYieldOpGenericAdaptor<RangeT>

Definition at line 2693 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/3]

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

Definition at line 2524 of file Ops.cpp.inc.

◆ build() [2/3]

void llzk::verif::StepYieldOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value value )
static

Definition at line 2518 of file Ops.cpp.inc.

◆ build() [3/3]

void llzk::verif::StepYieldOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value value )
static

Definition at line 2514 of file Ops.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::verif::StepYieldOp::getAttributeNames ( )
inline

Definition at line 2695 of file Ops.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::verif::StepYieldOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 2703 of file Ops.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::verif::StepYieldOp::getODSOperands ( unsigned index)
inline

Definition at line 2707 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::verif::StepYieldOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 2722 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::verif::StepYieldOp::getODSResults ( unsigned index)
inline

Definition at line 2726 of file Ops.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::verif::StepYieldOp::getOperationName ( )
inlinestatic

Definition at line 2699 of file Ops.h.inc.

◆ getValue()

::mlir::TypedValue<::mlir::IntegerType > llzk::verif::StepYieldOp::getValue ( )
inline

Definition at line 2713 of file Ops.h.inc.

◆ getValueMutable()

::mlir::OpOperand & llzk::verif::StepYieldOp::getValueMutable ( )
inline

Definition at line 2717 of file Ops.h.inc.

◆ parse()

mlir::ParseResult llzk::verif::StepYieldOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 2549 of file Ops.cpp.inc.

◆ print()

void llzk::verif::StepYieldOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 2568 of file Ops.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::verif::StepYieldOp::verifyInvariants ( )

Definition at line 2545 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::verif::StepYieldOp::verifyInvariantsImpl ( )

Definition at line 2532 of file Ops.cpp.inc.


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