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

Public Member Functions

 OrBoolOpAdaptor (OrBoolOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 OrBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 OrBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = OrBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, OrBoolOp>>>
 OrBoolOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::boolean::OrBoolOpGenericAdaptor<::mlir::ValueRange >
 OrBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 OrBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 OrBoolOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getLhs ()
 
ValueT getRhs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::boolean::detail::OrBoolOpGenericAdaptorBase
 OrBoolOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 OrBoolOpGenericAdaptorBase (OrBoolOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ OrBoolOpAdaptor()

llzk::boolean::OrBoolOpAdaptor::OrBoolOpAdaptor ( OrBoolOp op)

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

Member Function Documentation

◆ OrBoolOpGenericAdaptor() [1/3]

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

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

◆ OrBoolOpGenericAdaptor() [2/3]

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

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

◆ OrBoolOpGenericAdaptor() [3/3]

template<typename LateInst = OrBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, OrBoolOp>>>
llzk::boolean::OrBoolOpGenericAdaptor< RangeT >::OrBoolOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

mlir::LogicalResult llzk::boolean::OrBoolOpAdaptor::verify ( ::mlir::Location loc)

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


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