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

Public Types

using Adaptor = BVShlOpAdaptor
template<typename RangeT>
using GenericAdaptor = BVShlOpGenericAdaptor<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 3518 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::BVShlOp::GenericAdaptor = BVShlOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

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

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

◆ build() [3/5]

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

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

◆ build() [4/5]

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

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

◆ build() [5/5]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getLhs()

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

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

◆ getLhsMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

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

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

◆ getRhs()

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

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

◆ getRhsMutable()

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

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

◆ inferReturnTypes()

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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