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

Public Types

using Adaptor = BVMulOpAdaptor
template<typename RangeT>
using GenericAdaptor = BVMulOpGenericAdaptor<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 2480 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::BVMulOp::GenericAdaptor = BVMulOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

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

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

◆ build() [3/5]

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

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

◆ build() [4/5]

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

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

◆ build() [5/5]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getLhs()

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

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

◆ getLhsMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

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

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

◆ getRhs()

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

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

◆ getRhsMutable()

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

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

◆ inferReturnTypes()

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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