|
| AndBoolOpAdaptor (AndBoolOp op) |
|
::mlir::LogicalResult | verify (::mlir::Location loc) |
|
| AndBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| AndBoolOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
template<typename LateInst = AndBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, AndBoolOp>>> |
| AndBoolOpGenericAdaptor (RangeT values, LateInst op) |
|
Public Member Functions inherited from llzk::boolean::AndBoolOpGenericAdaptor<::mlir::ValueRange > |
| AndBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| AndBoolOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AndBoolOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getLhs () |
|
ValueT | getRhs () |
|
::mlir::ValueRange | getOperands () |
|
Public Member Functions inherited from llzk::boolean::detail::AndBoolOpGenericAdaptorBase |
| AndBoolOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={}) |
|
| AndBoolOpGenericAdaptorBase (AndBoolOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
::mlir::DictionaryAttr | getAttributes () |
|
Definition at line 112 of file Ops.h.inc.
◆ AndBoolOpAdaptor()
llzk::boolean::AndBoolOpAdaptor::AndBoolOpAdaptor |
( |
AndBoolOp | op | ) |
|
◆ AndBoolOpGenericAdaptor() [1/3]
llzk::boolean::AndBoolOpGenericAdaptor< RangeT >::AndBoolOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs, |
|
|
::mlir::OpaqueProperties | properties, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ AndBoolOpGenericAdaptor() [2/3]
llzk::boolean::AndBoolOpGenericAdaptor< RangeT >::AndBoolOpGenericAdaptor |
( |
RangeT | values, |
|
|
::mlir::DictionaryAttr | attrs = nullptr, |
|
|
const ::mlir::EmptyProperties & | properties = {}, |
|
|
::mlir::RegionRange | regions = {} ) |
|
inline |
◆ AndBoolOpGenericAdaptor() [3/3]
template<typename LateInst = AndBoolOp, typename = std::enable_if_t<std::is_same_v<LateInst, AndBoolOp>>>
◆ verify()
mlir::LogicalResult llzk::boolean::AndBoolOpAdaptor::verify |
( |
::mlir::Location | loc | ) |
|
The documentation for this class was generated from the following files: