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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ AndOpAdaptor()

llzk::smt::AndOpAdaptor::AndOpAdaptor ( AndOp op)

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

Member Function Documentation

◆ AndOpGenericAdaptor() [1/4]

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

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

◆ AndOpGenericAdaptor() [2/4]

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

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

◆ AndOpGenericAdaptor() [3/4]

llzk::smt::AndOpGenericAdaptor< RangeT >::AndOpGenericAdaptor ( RangeT values,
const AndOpGenericAdaptorBase & base )
inline

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

◆ AndOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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