LLZK 3.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 1089 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

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

Definition at line 1095 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 1287 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 1281 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 1277 of file SMT.cpp.inc.

◆ getAttributeNames()

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

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

◆ getInput()

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

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

◆ getInputMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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