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

Public Types

using Adaptor = IntSubOpAdaptor
template<typename RangeT>
using GenericAdaptor = IntSubOpGenericAdaptor<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::IntTypegetLhs ()
::mlir::TypedValue<::llzk::smt::IntTypegetRhs ()
::mlir::OpOperand & getLhsMutable ()
::mlir::OpOperand & getRhsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::IntTypegetResult ()
::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 7449 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::IntSubOp::GenericAdaptor = IntSubOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

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

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

◆ build() [3/5]

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

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

◆ build() [4/5]

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

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

◆ build() [5/5]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getLhs()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntSubOp::getLhs ( )
inline

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

◆ getLhsMutable()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperationName()

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

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

◆ getResult()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntSubOp::getResult ( )
inline

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

◆ getRhs()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntSubOp::getRhs ( )
inline

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

◆ getRhsMutable()

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

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

◆ inferReturnTypes()

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

◆ parse()

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

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

◆ print()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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