|
MLIR 22.0.0git
|
A dimensional or symbolic identifier appearing in an affine expression. More...
#include "IR/AffineExprDetail.h"
Public Types | |
| using | KeyTy = std::pair<unsigned, unsigned> |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
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. | |
| Public Attributes inherited from mlir::detail::AffineExprStorage | |
| MLIRContext * | context |
| AffineExprKind | kind |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
A dimensional or symbolic identifier appearing in an affine expression.
Definition at line 57 of file AffineExprDetail.h.
| using mlir::detail::AffineDimExprStorage::KeyTy = std::pair<unsigned, unsigned> |
Definition at line 58 of file AffineExprDetail.h.
|
inlinestatic |
Definition at line 66 of file AffineExprDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), and result.
Definition at line 60 of file AffineExprDetail.h.
References mlir::detail::AffineExprStorage::kind, and position.
| unsigned mlir::detail::AffineDimExprStorage::position |
Position of this identifier in the argument list.
Definition at line 74 of file AffineExprDetail.h.
Referenced by operator==().