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

Public Types

using Adaptor = BVXOrOpAdaptor
template<typename RangeT>
using GenericAdaptor = BVXOrOpGenericAdaptor<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::BitVectorTypegetLhs ()
::mlir::TypedValue<::llzk::smt::BitVectorTypegetRhs ()
::mlir::OpOperand & getLhsMutable ()
::mlir::OpOperand & getRhsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::BitVectorTypegetResult ()
::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::Type result, ::mlir::Value lhs, ::mlir::Value rhs)
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::TypeRange resultTypes, ::mlir::Value lhs, ::mlir::Value rhs)
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 3974 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::BVXOrOp::GenericAdaptor = BVXOrOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

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

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

◆ build() [3/5]

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

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

◆ build() [4/5]

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

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

◆ build() [5/5]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getLhs()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::BVXOrOp::getLhs ( )
inline

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

◆ getLhsMutable()

::mlir::OpOperand & llzk::smt::BVXOrOp::getLhsMutable ( )
inline

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::BVXOrOp::getResult ( )
inline

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

◆ getRhs()

::mlir::TypedValue<::llzk::smt::BitVectorType > llzk::smt::BVXOrOp::getRhs ( )
inline

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

◆ getRhsMutable()

::mlir::OpOperand & llzk::smt::BVXOrOp::getRhsMutable ( )
inline

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

◆ inferReturnTypes()

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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