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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ NotOpAdaptor()

llzk::smt::NotOpAdaptor::NotOpAdaptor ( NotOp op)

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

Member Function Documentation

◆ NotOpGenericAdaptor() [1/4]

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

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

◆ NotOpGenericAdaptor() [2/4]

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

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

◆ NotOpGenericAdaptor() [3/4]

llzk::smt::NotOpGenericAdaptor< RangeT >::NotOpGenericAdaptor ( RangeT values,
const NotOpGenericAdaptorBase & base )
inline

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

◆ NotOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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