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

Public Types

using Adaptor = VerifAssertOpAdaptor
template<typename RangeT>
using GenericAdaptor = VerifAssertOpGenericAdaptor<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 > getCondition ()
::mlir::OpOperand & getConditionMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)
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 condition)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value condition)
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 2539 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

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

◆ GenericAdaptor

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

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

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

◆ build() [3/3]

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

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

◆ getAttributeNames()

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

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

◆ getCondition()

::mlir::TypedValue<::mlir::IntegerType > llzk::verif::VerifAssertOp::getCondition ( )
inline

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

◆ getConditionMutable()

::mlir::OpOperand & llzk::verif::VerifAssertOp::getConditionMutable ( )
inline

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

◆ getEffects()

void llzk::verif::VerifAssertOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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