LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::boolean::AssertOpAdaptor Class Reference
Inheritance diagram for llzk::boolean::AssertOpAdaptor:
[legend]
Collaboration diagram for llzk::boolean::AssertOpAdaptor:
[legend]

Public Member Functions

 AssertOpAdaptor (AssertOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 AssertOpGenericAdaptor (RangeT values, const AssertOpGenericAdaptorBase &base)
template<typename LateInst = AssertOp, typename = std::enable_if_t<std::is_same_v<LateInst, AssertOp>>>
 AssertOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::boolean::AssertOpGenericAdaptor<::mlir::ValueRange >
 AssertOpGenericAdaptor (::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 getCondition ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::boolean::detail::AssertOpGenericAdaptorBase
 AssertOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 AssertOpGenericAdaptorBase (AssertOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getMsgAttr ()
::std::optional< ::llvm::StringRef > getMsg ()

Additional Inherited Members

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

Detailed Description

Definition at line 318 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ AssertOpAdaptor()

llzk::boolean::AssertOpAdaptor::AssertOpAdaptor ( AssertOp op)

Definition at line 283 of file Ops.cpp.inc.

Member Function Documentation

◆ AssertOpGenericAdaptor() [1/5]

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

Definition at line 288 of file Ops.h.inc.

◆ AssertOpGenericAdaptor() [2/5]

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

Definition at line 286 of file Ops.h.inc.

◆ AssertOpGenericAdaptor() [3/5]

llzk::boolean::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

Definition at line 290 of file Ops.h.inc.

◆ AssertOpGenericAdaptor() [4/5]

llzk::boolean::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor ( RangeT values,
const AssertOpGenericAdaptorBase & base )
inline

Definition at line 292 of file Ops.h.inc.

◆ AssertOpGenericAdaptor() [5/5]

template<typename LateInst = AssertOp, typename = std::enable_if_t<std::is_same_v<LateInst, AssertOp>>>
llzk::boolean::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 295 of file Ops.h.inc.

◆ verify()

llvm::LogicalResult llzk::boolean::AssertOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 285 of file Ops.cpp.inc.


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