LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::boolean::ExistsOpAdaptor Class Reference
Inheritance diagram for llzk::boolean::ExistsOpAdaptor:
[legend]
Collaboration diagram for llzk::boolean::ExistsOpAdaptor:
[legend]

Public Member Functions

 ExistsOpAdaptor (ExistsOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ExistsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptor (RangeT values, const ExistsOpGenericAdaptorBase &base)
template<typename LateInst = ExistsOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExistsOp>>>
 ExistsOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::boolean::ExistsOpGenericAdaptor<::mlir::ValueRange >
 ExistsOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
ValueT getSort ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::boolean::detail::ExistsOpGenericAdaptorBase
 ExistsOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ExistsOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()
::mlir::Region & getRegion ()
::mlir::RegionRange getRegions ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ExistsOpAdaptor()

llzk::boolean::ExistsOpAdaptor::ExistsOpAdaptor ( ExistsOp op)

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

Member Function Documentation

◆ ExistsOpGenericAdaptor() [1/4]

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

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

◆ ExistsOpGenericAdaptor() [2/4]

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

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

◆ ExistsOpGenericAdaptor() [3/4]

llzk::boolean::ExistsOpGenericAdaptor< RangeT >::ExistsOpGenericAdaptor ( RangeT values,
const ExistsOpGenericAdaptorBase & base )
inline

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

◆ ExistsOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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