LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT > Class Template Reference
Inheritance diagram for llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >:
[legend]
Collaboration diagram for llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >:
[legend]

Public Member Functions

 ConstReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = ConstReadOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstReadOp>>>
 ConstReadOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getOperands ()
 
- Public Member Functions inherited from llzk::polymorphic::detail::ConstReadOpGenericAdaptorBase
 ConstReadOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptorBase (ConstReadOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::FlatSymbolRefAttr getConstNameAttr ()
 
::llvm::StringRef getConstName ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::polymorphic::detail::ConstReadOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Detailed Description

template<typename RangeT>
class llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >

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

Constructor & Destructor Documentation

◆ ConstReadOpGenericAdaptor() [1/3]

template<typename RangeT>
llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::ConstReadOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr,
const Properties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ ConstReadOpGenericAdaptor() [2/3]

template<typename RangeT>
llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::ConstReadOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ ConstReadOpGenericAdaptor() [3/3]

template<typename RangeT>
template<typename LateInst = ConstReadOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstReadOp>>>
llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::ConstReadOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

Member Function Documentation

◆ getODSOperandIndexAndLength()

template<typename RangeT>
std::pair< unsigned, unsigned > llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::getODSOperandIndexAndLength ( unsigned index)
inline

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

◆ getODSOperands()

template<typename RangeT>
RangeT llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::getODSOperands ( unsigned index)
inline

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

◆ getOperands()

template<typename RangeT>
RangeT llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::getOperands ( )
inline

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


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