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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 AssertOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 AssertOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 AssertOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=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 ()
 

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 268 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ AssertOpAdaptor()

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

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

Member Function Documentation

◆ AssertOpGenericAdaptor() [1/3]

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

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

◆ AssertOpGenericAdaptor() [2/3]

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

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

◆ AssertOpGenericAdaptor() [3/3]

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 245 of file Ops.h.inc.

◆ verify()

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

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


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