|
| 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) |
|
| 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 () |
|
| AssertOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={}) |
|
| AssertOpGenericAdaptorBase (AssertOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::StringAttr | getMsgAttr () |
|
::std::optional< ::llvm::StringRef > | getMsg () |
|
Definition at line 268 of file Ops.h.inc.
◆ AssertOpAdaptor()
llzk::boolean::AssertOpAdaptor::AssertOpAdaptor |
( |
AssertOp | op | ) |
|
◆ AssertOpGenericAdaptor() [1/3]
llzk::boolean::AssertOpGenericAdaptor< RangeT >::AssertOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs, |
|
|
::mlir::OpaqueProperties | properties, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ AssertOpGenericAdaptor() [2/3]
◆ AssertOpGenericAdaptor() [3/3]
template<typename LateInst = AssertOp, typename = std::enable_if_t<std::is_same_v<LateInst, AssertOp>>>
◆ verify()
mlir::LogicalResult llzk::boolean::AssertOpAdaptor::verify |
( |
::mlir::Location | loc | ) |
|
The documentation for this class was generated from the following files: