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

Public Member Functions

 UndefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = UndefOp, typename = std::enable_if_t<std::is_same_v<LateInst, UndefOp>>>
 UndefOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getOperands ()
 
- Public Member Functions inherited from llzk::undef::detail::UndefOpGenericAdaptorBase
 UndefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptorBase (UndefOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::undef::detail::UndefOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Detailed Description

template<typename RangeT>
class llzk::undef::UndefOpGenericAdaptor< RangeT >

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

Constructor & Destructor Documentation

◆ UndefOpGenericAdaptor() [1/3]

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

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

◆ UndefOpGenericAdaptor() [2/3]

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

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

◆ UndefOpGenericAdaptor() [3/3]

template<typename RangeT>
template<typename LateInst = UndefOp, typename = std::enable_if_t<std::is_same_v<LateInst, UndefOp>>>
llzk::undef::UndefOpGenericAdaptor< RangeT >::UndefOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

Member Function Documentation

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

template<typename RangeT>
RangeT llzk::undef::UndefOpGenericAdaptor< RangeT >::getODSOperands ( unsigned index)
inline

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

◆ getOperands()

template<typename RangeT>
RangeT llzk::undef::UndefOpGenericAdaptor< RangeT >::getOperands ( )
inline

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


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