LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Inheritance diagram for llzk::cast::FeltToIndexOp:
[legend]
Collaboration diagram for llzk::cast::FeltToIndexOp:
[legend]

Public Types

using Adaptor = FeltToIndexOpAdaptor
template<typename RangeT>
using GenericAdaptor = FeltToIndexOpGenericAdaptor<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::felt::FeltTypegetValue ()
::mlir::OpOperand & getValueMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::mlir::IndexType > getResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
::llvm::LogicalResult verify ()
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 value)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value value)
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 96 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using llzk::cast::FeltToIndexOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 103 of file Ops.h.inc.

◆ GenericAdaptor

Definition at line 102 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/3]

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

Definition at line 85 of file Ops.cpp.inc.

◆ build() [2/3]

void llzk::cast::FeltToIndexOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value value )
static

Definition at line 74 of file Ops.cpp.inc.

◆ build() [3/3]

void llzk::cast::FeltToIndexOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value value )
static

Definition at line 79 of file Ops.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::cast::FeltToIndexOp::getAttributeNames ( )
inline

Definition at line 104 of file Ops.h.inc.

◆ getEffects()

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

Definition at line 149 of file Ops.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::cast::FeltToIndexOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 112 of file Ops.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::cast::FeltToIndexOp::getODSOperands ( unsigned index)
inline

Definition at line 116 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::cast::FeltToIndexOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 131 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::cast::FeltToIndexOp::getODSResults ( unsigned index)
inline

Definition at line 135 of file Ops.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::cast::FeltToIndexOp::getOperationName ( )
inlinestatic

Definition at line 108 of file Ops.h.inc.

◆ getResult()

::mlir::TypedValue<::mlir::IndexType > llzk::cast::FeltToIndexOp::getResult ( )
inline

Definition at line 141 of file Ops.h.inc.

◆ getValue()

::mlir::TypedValue<::llzk::felt::FeltType > llzk::cast::FeltToIndexOp::getValue ( )
inline

Definition at line 122 of file Ops.h.inc.

◆ getValueMutable()

::mlir::OpOperand & llzk::cast::FeltToIndexOp::getValueMutable ( )
inline

Definition at line 126 of file Ops.h.inc.

◆ parse()

mlir::ParseResult llzk::cast::FeltToIndexOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 121 of file Ops.cpp.inc.

◆ print()

void llzk::cast::FeltToIndexOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 142 of file Ops.cpp.inc.

◆ verify()

LogicalResult llzk::cast::FeltToIndexOp::verify ( )

Definition at line 28 of file Ops.cpp.

◆ verifyInvariants()

llvm::LogicalResult llzk::cast::FeltToIndexOp::verifyInvariants ( )

Definition at line 115 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::cast::FeltToIndexOp::verifyInvariantsImpl ( )

Definition at line 93 of file Ops.cpp.inc.


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