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

Public Types

using Adaptor = EqOpAdaptor
template<typename RangeT>
using GenericAdaptor = EqOpGenericAdaptor<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::Operation::operand_range getInputs ()
::mlir::MutableOperandRange getInputsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::BoolTypegetResult ()
void print (::mlir::OpAsmPrinter &p)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::LogicalResult verify ()
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, mlir::Value lhs, mlir::Value rhs)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::ValueRange inputs)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)
::llvm::LogicalResult inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes)

Detailed Description

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

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::EqOp::GenericAdaptor = EqOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/4]

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

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

◆ build() [2/4]

void llzk::smt::EqOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::ValueRange inputs )
static

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

◆ build() [3/4]

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

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

◆ build() [4/4]

void llzk::smt::EqOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
mlir::Value lhs,
mlir::Value rhs )
static

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getInputs()

::mlir::Operation::operand_range llzk::smt::EqOp::getInputs ( )
inline

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

◆ getInputsMutable()

mlir::MutableOperandRange llzk::smt::EqOp::getInputsMutable ( )

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

::mlir::TypedValue<::llzk::smt::BoolType > llzk::smt::EqOp::getResult ( )
inline

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

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::EqOp::inferReturnTypes ( ::mlir::MLIRContext * context,
::std::optional<::mlir::Location > location,
::mlir::ValueRange operands,
::mlir::DictionaryAttr attributes,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions,
::llvm::SmallVectorImpl<::mlir::Type > & inferredReturnTypes )
static

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

◆ parse()

ParseResult EqOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 113 of file SMTOps.cpp.

◆ print()

void EqOp::print ( ::mlir::OpAsmPrinter & p)

Definition at line 117 of file SMTOps.cpp.

◆ verify()

LogicalResult EqOp::verify ( )

Definition at line 123 of file SMTOps.cpp.

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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