|
MLIR 22.0.0git
|
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
Public Member Functions | |
| IteratorType (IteratorTypeT iter) | |
| bool | isOfType (IteratorTypeT expectedIter) const |
Public Attributes | |
| IteratorTypeT | iter |
Definition at line 94 of file StructuredOpsUtils.h.
|
inline |
Definition at line 95 of file StructuredOpsUtils.h.
References iter.
Referenced by mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::Par::Par(), and mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::Red::Red().
|
inline |
Definition at line 96 of file StructuredOpsUtils.h.
References iter.
| IteratorTypeT mlir::StructuredGenerator< StructuredOpInterface, IteratorTypeT >::IteratorType::iter |
Definition at line 99 of file StructuredOpsUtils.h.
Referenced by isOfType(), and IteratorType().