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

Public Member Functions

 BV2IntOpAdaptor (BV2IntOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 BV2IntOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BV2IntOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 BV2IntOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 BV2IntOpGenericAdaptor (RangeT values, const BV2IntOpGenericAdaptorBase &base)
template<typename LateInst = BV2IntOp, typename = std::enable_if_t<std::is_same_v<LateInst, BV2IntOp>>>
 BV2IntOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::BV2IntOpGenericAdaptor<::mlir::ValueRange >
 BV2IntOpGenericAdaptor (::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 getInput ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::BV2IntOpGenericAdaptorBase
 BV2IntOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BV2IntOpGenericAdaptorBase (BV2IntOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::UnitAttr getIsSignedAttr ()
bool getIsSigned ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BV2IntOpAdaptor()

llzk::smt::BV2IntOpAdaptor::BV2IntOpAdaptor ( BV2IntOp op)

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

Member Function Documentation

◆ BV2IntOpGenericAdaptor() [1/5]

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

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

◆ BV2IntOpGenericAdaptor() [2/5]

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

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

◆ BV2IntOpGenericAdaptor() [3/5]

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

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

◆ BV2IntOpGenericAdaptor() [4/5]

llzk::smt::BV2IntOpGenericAdaptor< RangeT >::BV2IntOpGenericAdaptor ( RangeT values,
const BV2IntOpGenericAdaptorBase & base )
inline

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

◆ BV2IntOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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