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

Public Member Functions

 ForAllOpAdaptor (ForAllOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ForAllOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ForAllOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ForAllOpGenericAdaptor (RangeT values, const ForAllOpGenericAdaptorBase &base)
template<typename LateInst = ForAllOp, typename = std::enable_if_t<std::is_same_v<LateInst, ForAllOp>>>
 ForAllOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::boolean::ForAllOpGenericAdaptor<::mlir::ValueRange >
 ForAllOpGenericAdaptor (::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::ForAllOpGenericAdaptorBase
 ForAllOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ForAllOpGenericAdaptorBase (::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::ForAllOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ ForAllOpAdaptor()

llzk::boolean::ForAllOpAdaptor::ForAllOpAdaptor ( ForAllOp op)

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

Member Function Documentation

◆ ForAllOpGenericAdaptor() [1/4]

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

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

◆ ForAllOpGenericAdaptor() [2/4]

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

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

◆ ForAllOpGenericAdaptor() [3/4]

llzk::boolean::ForAllOpGenericAdaptor< RangeT >::ForAllOpGenericAdaptor ( RangeT values,
const ForAllOpGenericAdaptorBase & base )
inline

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

◆ ForAllOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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