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

Classes

struct  Properties

Public Member Functions

 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 ()

Protected Attributes

::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ AssertOpGenericAdaptorBase() [1/2]

llzk::boolean::detail::AssertOpGenericAdaptorBase::AssertOpGenericAdaptorBase ( ::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ AssertOpGenericAdaptorBase() [2/2]

llzk::boolean::detail::AssertOpGenericAdaptorBase::AssertOpGenericAdaptorBase ( AssertOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::boolean::detail::AssertOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getMsg()

std::optional<::llvm::StringRef > llzk::boolean::detail::AssertOpGenericAdaptorBase::getMsg ( )

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

◆ getMsgAttr()

::mlir::StringAttr llzk::boolean::detail::AssertOpGenericAdaptorBase::getMsgAttr ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::boolean::detail::AssertOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getProperties()

const Properties & llzk::boolean::detail::AssertOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::boolean::detail::AssertOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::boolean::detail::AssertOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::boolean::detail::AssertOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::boolean::detail::AssertOpGenericAdaptorBase::properties
protected

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


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