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

Public Member Functions

 UnifiableCastOpAdaptor (UnifiableCastOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 UnifiableCastOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnifiableCastOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = UnifiableCastOp, typename = std::enable_if_t<std::is_same_v<LateInst, UnifiableCastOp>>>
 UnifiableCastOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::polymorphic::UnifiableCastOpGenericAdaptor<::mlir::ValueRange >
 UnifiableCastOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnifiableCastOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 UnifiableCastOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::polymorphic::detail::UnifiableCastOpGenericAdaptorBase
 UnifiableCastOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnifiableCastOpGenericAdaptorBase (UnifiableCastOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ UnifiableCastOpAdaptor()

llzk::polymorphic::UnifiableCastOpAdaptor::UnifiableCastOpAdaptor ( UnifiableCastOp op)

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

Member Function Documentation

◆ UnifiableCastOpGenericAdaptor() [1/3]

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

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

◆ UnifiableCastOpGenericAdaptor() [2/3]

llzk::polymorphic::UnifiableCastOpGenericAdaptor< RangeT >::UnifiableCastOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr,
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ UnifiableCastOpGenericAdaptor() [3/3]

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

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

◆ verify()

mlir::LogicalResult llzk::polymorphic::UnifiableCastOpAdaptor::verify ( ::mlir::Location loc)

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


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