MLIR
20.0.0git
|
The STL-style iterator implementation for StaticTileOffsetRange. More...
#include "mlir/Dialect/Utils/IndexingUtils.h"
Public Member Functions | |
TileOffsetRangeIterator (const TileOffsetRangeImpl ¶ms, ElementType index) | |
void | operator++ () |
TileOffsetRangeIterator | operator++ (int) |
bool | operator== (const TileOffsetRangeIterator &other) const |
bool | operator!= (const TileOffsetRangeIterator &other) const |
SmallVector< ElementType > | operator* () const |
void | operator+= (int64_t offset) |
The STL-style iterator implementation for StaticTileOffsetRange.
Definition at line 319 of file IndexingUtils.h.
|
inline |
Definition at line 324 of file IndexingUtils.h.
|
inline |
Definition at line 337 of file IndexingUtils.h.
|
inline |
Definition at line 341 of file IndexingUtils.h.
References mlir::detail::TileOffsetRangeImpl::getTileOffsets().
|
inline |
Definition at line 327 of file IndexingUtils.h.
|
inline |
Definition at line 328 of file IndexingUtils.h.
References copy().
|
inline |
Definition at line 344 of file IndexingUtils.h.
|
inline |
Definition at line 334 of file IndexingUtils.h.