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... | |
![]() | |
indexed_accessor_iterator (DenseIterPtrAndSplat base, ptrdiff_t index) | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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.