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

Public Types

using Adaptor = AssertOpAdaptor
template<typename RangeT>
using GenericAdaptor = AssertOpGenericAdaptor<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<::llzk::smt::BoolTypegetInput ()
::mlir::OpOperand & getInputMutable ()
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 input)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input)
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 1084 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::AssertOp::GenericAdaptor = AssertOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

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

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

◆ build() [3/3]

void llzk::smt::AssertOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value input )
static

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

◆ getAttributeNames()

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

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

◆ getInput()

::mlir::TypedValue<::llzk::smt::BoolType > llzk::smt::AssertOp::getInput ( )
inline

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

◆ getInputMutable()

::mlir::OpOperand & llzk::smt::AssertOp::getInputMutable ( )
inline

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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