LLZK 0.1.0
Veridise's ZK Language IR
|
Public Member Functions | |
ExtractArrayOpAdaptor (ExtractArrayOp op) | |
::mlir::LogicalResult | verify (::mlir::Location loc) |
ExtractArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) | |
ExtractArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
template<typename LateInst = ExtractArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExtractArrayOp>>> | |
ExtractArrayOpGenericAdaptor (RangeT values, LateInst op) | |
![]() | |
ExtractArrayOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) | |
ExtractArrayOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
ExtractArrayOpGenericAdaptor (::mlir::ValueRange values, LateInst op) | |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::ValueRange | getODSOperands (unsigned index) |
ValueT | getArrRef () |
::mlir::ValueRange | getIndices () |
::mlir::ValueRange | getOperands () |
![]() | |
ExtractArrayOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) | |
ExtractArrayOpGenericAdaptorBase (ExtractArrayOp op) | |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
::mlir::DictionaryAttr | getAttributes () |
Additional Inherited Members | |
![]() | |
::mlir::DictionaryAttr | odsAttrs |
::std::optional<::mlir::OperationName > | odsOpName |
::mlir::RegionRange | odsRegions |
llzk::array::ExtractArrayOpAdaptor::ExtractArrayOpAdaptor | ( | ExtractArrayOp | op | ) |
Definition at line 869 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
mlir::LogicalResult llzk::array::ExtractArrayOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 871 of file Ops.cpp.inc.