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

Public Types

using Adaptor = XOrOpAdaptor
template<typename RangeT>
using GenericAdaptor = XOrOpGenericAdaptor<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 ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)
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={})
::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)
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

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

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::XOrOp::GenericAdaptor = XOrOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/4]

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

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

◆ build() [2/4]

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

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

◆ build() [3/4]

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

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

◆ build() [4/4]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getInputs()

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

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

◆ getInputsMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

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

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

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::XOrOp::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 10468 of file SMT.cpp.inc.

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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