My Project
|
A dimensional or symbolic identifier appearing in an affine expression. More...
#include <AffineExprDetail.h>
Public Types | |
using | KeyTy = unsigned |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
Public Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static AffineDimExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
unsigned | position |
Position of this identifier in the argument list. More... | |
Public Attributes inherited from mlir::detail::AffineExprStorage | |
MLIRContext * | context |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
BaseStorage () | |
A dimensional or symbolic identifier appearing in an affine expression.
using mlir::detail::AffineDimExprStorage::KeyTy = unsigned |
|
inlinestatic |
|
inline |
unsigned mlir::detail::AffineDimExprStorage::position |
Position of this identifier in the argument list.