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

Public Member Functions

 XOrOpAdaptor (XOrOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 XOrOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 XOrOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 XOrOpGenericAdaptor (RangeT values, const XOrOpGenericAdaptorBase &base)
template<typename LateInst = XOrOp, typename = std::enable_if_t<std::is_same_v<LateInst, XOrOp>>>
 XOrOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::XOrOpGenericAdaptor<::mlir::ValueRange >
 XOrOpGenericAdaptor (::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)
::mlir::ValueRange getInputs ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::XOrOpGenericAdaptorBase
 XOrOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 XOrOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

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

Detailed Description

Definition at line 8995 of file SMT.h.inc.

Constructor & Destructor Documentation

◆ XOrOpAdaptor()

llzk::smt::XOrOpAdaptor::XOrOpAdaptor ( XOrOp op)

Definition at line 10378 of file SMT.cpp.inc.

Member Function Documentation

◆ verify()

llvm::LogicalResult llzk::smt::XOrOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 10380 of file SMT.cpp.inc.

◆ XOrOpGenericAdaptor() [1/4]

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

Definition at line 8967 of file SMT.h.inc.

◆ XOrOpGenericAdaptor() [2/4]

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

Definition at line 8965 of file SMT.h.inc.

◆ XOrOpGenericAdaptor() [3/4]

llzk::smt::XOrOpGenericAdaptor< RangeT >::XOrOpGenericAdaptor ( RangeT values,
const XOrOpGenericAdaptorBase & base )
inline

Definition at line 8969 of file SMT.h.inc.

◆ XOrOpGenericAdaptor() [4/4]

template<typename LateInst = XOrOp, typename = std::enable_if_t<std::is_same_v<LateInst, XOrOp>>>
llzk::smt::XOrOpGenericAdaptor< RangeT >::XOrOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 8972 of file SMT.h.inc.


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