My Project
|
An integer constant appearing in affine expression. More...
#include <AffineExprDetail.h>
Public Types | |
using | KeyTy = int64_t |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static AffineConstantExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
int64_t | constant |
![]() | |
MLIRContext * | context |
Additional Inherited Members | |
![]() | |
BaseStorage () | |
An integer constant appearing in affine expression.
using mlir::detail::AffineConstantExprStorage::KeyTy = int64_t |
|
inlinestatic |
|
inline |
int64_t mlir::detail::AffineConstantExprStorage::constant |