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

Public Member Functions

 IntConstantOpAdaptor (IntConstantOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IntConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 IntConstantOpGenericAdaptor (RangeT values, const IntConstantOpGenericAdaptorBase &base)
template<typename LateInst = IntConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, IntConstantOp>>>
 IntConstantOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::IntConstantOpGenericAdaptor<::mlir::ValueRange >
 IntConstantOpGenericAdaptor (::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::IntConstantOpGenericAdaptorBase
 IntConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntConstantOpGenericAdaptorBase (IntConstantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::IntegerAttr getValueAttr ()
::mlir::APInt getValue ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntConstantOpAdaptor()

llzk::smt::IntConstantOpAdaptor::IntConstantOpAdaptor ( IntConstantOp op)

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

Member Function Documentation

◆ IntConstantOpGenericAdaptor() [1/5]

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

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

◆ IntConstantOpGenericAdaptor() [2/5]

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

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

◆ IntConstantOpGenericAdaptor() [3/5]

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

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

◆ IntConstantOpGenericAdaptor() [4/5]

llzk::smt::IntConstantOpGenericAdaptor< RangeT >::IntConstantOpGenericAdaptor ( RangeT values,
const IntConstantOpGenericAdaptorBase & base )
inline

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

◆ IntConstantOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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