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

Public Types

using Adaptor = Int2BVOpAdaptor
template<typename RangeT>
using GenericAdaptor = Int2BVOpGenericAdaptor<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::IntTypegetInput ()
::mlir::OpOperand & getInputMutable ()
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 input)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

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

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::Int2BVOp::GenericAdaptor = Int2BVOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

void llzk::smt::Int2BVOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value input )
static

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

◆ build() [3/3]

void llzk::smt::Int2BVOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value input )
static

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getInput()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::Int2BVOp::getInput ( )
inline

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

◆ getInputMutable()

::mlir::OpOperand & llzk::smt::Int2BVOp::getInputMutable ( )
inline

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

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

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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