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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BVNotOpAdaptor()

llzk::smt::BVNotOpAdaptor::BVNotOpAdaptor ( BVNotOp op)

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

Member Function Documentation

◆ BVNotOpGenericAdaptor() [1/4]

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

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

◆ BVNotOpGenericAdaptor() [2/4]

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

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

◆ BVNotOpGenericAdaptor() [3/4]

llzk::smt::BVNotOpGenericAdaptor< RangeT >::BVNotOpGenericAdaptor ( RangeT values,
const BVNotOpGenericAdaptorBase & base )
inline

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

◆ BVNotOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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