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

Public Member Functions

 IntCmpOpAdaptor (IntCmpOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 IntCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IntCmpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 IntCmpOpGenericAdaptor (RangeT values, const IntCmpOpGenericAdaptorBase &base)
template<typename LateInst = IntCmpOp, typename = std::enable_if_t<std::is_same_v<LateInst, IntCmpOp>>>
 IntCmpOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::IntCmpOpGenericAdaptor<::mlir::ValueRange >
 IntCmpOpGenericAdaptor (::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::IntCmpOpGenericAdaptorBase
 IntCmpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IntCmpOpGenericAdaptorBase (IntCmpOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::llzk::smt::IntPredicateAttr getPredAttr ()
::llzk::smt::IntPredicate getPred ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IntCmpOpAdaptor()

llzk::smt::IntCmpOpAdaptor::IntCmpOpAdaptor ( IntCmpOp op)

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

Member Function Documentation

◆ IntCmpOpGenericAdaptor() [1/5]

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

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

◆ IntCmpOpGenericAdaptor() [2/5]

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

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

◆ IntCmpOpGenericAdaptor() [3/5]

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

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

◆ IntCmpOpGenericAdaptor() [4/5]

llzk::smt::IntCmpOpGenericAdaptor< RangeT >::IntCmpOpGenericAdaptor ( RangeT values,
const IntCmpOpGenericAdaptorBase & base )
inline

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

◆ IntCmpOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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