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

Public Member Functions

 CmpOpAdaptor (CmpOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 CmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 CmpOpGenericAdaptor (RangeT values, const CmpOpGenericAdaptorBase &base)
template<typename LateInst = CmpOp, typename = std::enable_if_t<std::is_same_v<LateInst, CmpOp>>>
 CmpOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::boolean::CmpOpGenericAdaptor<::mlir::ValueRange >
 CmpOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
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::CmpOpGenericAdaptorBase
 CmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 CmpOpGenericAdaptorBase (CmpOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::boolean::FeltCmpPredicateAttr getPredicateAttr ()
::llzk::boolean::FeltCmpPredicate getPredicate ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ CmpOpAdaptor()

llzk::boolean::CmpOpAdaptor::CmpOpAdaptor ( CmpOp op)

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

Member Function Documentation

◆ CmpOpGenericAdaptor() [1/5]

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

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

◆ CmpOpGenericAdaptor() [2/5]

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

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

◆ CmpOpGenericAdaptor() [3/5]

llzk::boolean::CmpOpGenericAdaptor< RangeT >::CmpOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ CmpOpGenericAdaptor() [4/5]

llzk::boolean::CmpOpGenericAdaptor< RangeT >::CmpOpGenericAdaptor ( RangeT values,
const CmpOpGenericAdaptorBase & base )
inline

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

◆ CmpOpGenericAdaptor() [5/5]

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

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

◆ verify()

llvm::LogicalResult llzk::boolean::CmpOpAdaptor::verify ( ::mlir::Location loc)

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


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