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=nullptr, 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 193 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ AssertOpGenericAdaptorBase() [1/2]

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

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

◆ AssertOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getMsg()

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

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

◆ getMsgAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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