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

Public Member Functions

 BVCmpOpAdaptor (BVCmpOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 BVCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 BVCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 BVCmpOpGenericAdaptor (RangeT values, const BVCmpOpGenericAdaptorBase &base)
template<typename LateInst = BVCmpOp, typename = std::enable_if_t<std::is_same_v<LateInst, BVCmpOp>>>
 BVCmpOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::BVCmpOpGenericAdaptor<::mlir::ValueRange >
 BVCmpOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
ValueT getLhs ()
ValueT getRhs ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::BVCmpOpGenericAdaptorBase
 BVCmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVCmpOpGenericAdaptorBase (BVCmpOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::BVCmpPredicateAttr getPredAttr ()
::llzk::smt::BVCmpPredicate getPred ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BVCmpOpAdaptor()

llzk::smt::BVCmpOpAdaptor::BVCmpOpAdaptor ( BVCmpOp op)

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

Member Function Documentation

◆ BVCmpOpGenericAdaptor() [1/5]

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

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

◆ BVCmpOpGenericAdaptor() [2/5]

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

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

◆ BVCmpOpGenericAdaptor() [3/5]

llzk::smt::BVCmpOpGenericAdaptor< RangeT >::BVCmpOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ BVCmpOpGenericAdaptor() [4/5]

llzk::smt::BVCmpOpGenericAdaptor< RangeT >::BVCmpOpGenericAdaptor ( RangeT values,
const BVCmpOpGenericAdaptorBase & base )
inline

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

◆ BVCmpOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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