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

Public Member Functions

 InvariantOpAdaptor (InvariantOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 InvariantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 InvariantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 InvariantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 InvariantOpGenericAdaptor (RangeT values, const InvariantOpGenericAdaptorBase &base)
template<typename LateInst = InvariantOp, typename = std::enable_if_t<std::is_same_v<LateInst, InvariantOp>>>
 InvariantOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::verif::InvariantOpGenericAdaptor<::mlir::ValueRange >
 InvariantOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::verif::detail::InvariantOpGenericAdaptorBase
 InvariantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 InvariantOpGenericAdaptorBase (InvariantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getLoopNameAttr ()
::llvm::StringRef getLoopName ()
::mlir::ArrayAttr getLoopArgTypesAttr ()
::mlir::ArrayAttr getLoopArgTypes ()
::mlir::Region & getRegion ()
::mlir::RegionRange getRegions ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ InvariantOpAdaptor()

llzk::verif::InvariantOpAdaptor::InvariantOpAdaptor ( InvariantOp op)

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

Member Function Documentation

◆ InvariantOpGenericAdaptor() [1/5]

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

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

◆ InvariantOpGenericAdaptor() [2/5]

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

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

◆ InvariantOpGenericAdaptor() [3/5]

llzk::verif::InvariantOpGenericAdaptor< RangeT >::InvariantOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ InvariantOpGenericAdaptor() [4/5]

llzk::verif::InvariantOpGenericAdaptor< RangeT >::InvariantOpGenericAdaptor ( RangeT values,
const InvariantOpGenericAdaptorBase & base )
inline

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

◆ InvariantOpGenericAdaptor() [5/5]

template<typename LateInst = InvariantOp, typename = std::enable_if_t<std::is_same_v<LateInst, InvariantOp>>>
llzk::verif::InvariantOpGenericAdaptor< RangeT >::InvariantOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::verif::InvariantOpAdaptor::verify ( ::mlir::Location loc)

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


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