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

Public Member Functions

 BVConstantOpAdaptor (BVConstantOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 BVConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 BVConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 BVConstantOpGenericAdaptor (RangeT values, const BVConstantOpGenericAdaptorBase &base)
template<typename LateInst = BVConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, BVConstantOp>>>
 BVConstantOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::BVConstantOpGenericAdaptor<::mlir::ValueRange >
 BVConstantOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::BVConstantOpGenericAdaptorBase
 BVConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 BVConstantOpGenericAdaptorBase (BVConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::BitVectorAttr getValueAttr ()
::llzk::smt::BitVectorAttr getValue ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BVConstantOpAdaptor()

llzk::smt::BVConstantOpAdaptor::BVConstantOpAdaptor ( BVConstantOp op)

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

Member Function Documentation

◆ BVConstantOpGenericAdaptor() [1/5]

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

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

◆ BVConstantOpGenericAdaptor() [2/5]

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

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

◆ BVConstantOpGenericAdaptor() [3/5]

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

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

◆ BVConstantOpGenericAdaptor() [4/5]

llzk::smt::BVConstantOpGenericAdaptor< RangeT >::BVConstantOpGenericAdaptor ( RangeT values,
const BVConstantOpGenericAdaptorBase & base )
inline

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

◆ BVConstantOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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