|
My Project
|
#include <Attributes.h>


Protected Member Functions | |
| DenseElementIndexedIteratorImpl (const char *data, bool isSplat, size_t dataIndex) | |
| ptrdiff_t | getDataIndex () const |
| const char * | getData () const |
| Return the data base pointer. More... | |
Protected Member Functions inherited from mlir::indexed_accessor_iterator< ConcreteT, DenseIterPtrAndSplat, T, PointerT, ReferenceT > | |
| indexed_accessor_iterator (DenseIterPtrAndSplat base, ptrdiff_t index) | |
Additional Inherited Members | |
Public Member Functions inherited from mlir::indexed_accessor_iterator< ConcreteT, DenseIterPtrAndSplat, T, PointerT, ReferenceT > | |
| ptrdiff_t | operator- (const indexed_accessor_iterator &rhs) const |
| bool | operator== (const indexed_accessor_iterator &rhs) const |
| bool | operator< (const indexed_accessor_iterator &rhs) const |
| ConcreteT & | operator+= (ptrdiff_t offset) |
| ConcreteT & | operator-= (ptrdiff_t offset) |
| ptrdiff_t | getIndex () const |
| Returns the current index of the iterator. More... | |
| const DenseIterPtrAndSplat & | getBase () const |
| Returns the current base of the iterator. More... | |
Protected Attributes inherited from mlir::indexed_accessor_iterator< ConcreteT, DenseIterPtrAndSplat, T, PointerT, ReferenceT > | |
| DenseIterPtrAndSplat | base |
| ptrdiff_t | index |
Impl iterator for indexed DenseElementAttr iterators that records a data pointer and data index that is adjusted for the case of a splat attribute.
|
inlineprotected |
|
inlineprotected |
Return the data base pointer.
|
inlineprotected |
Return the current index for this iterator, adjusted for the case of a splat.
1.8.13