My Project
|
#include <SDBMExprDetail.h>
Public Types | |
using | KeyTy = int64_t |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
![]() | |
SDBMExprKind | getKind () |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static SDBMConstantExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
int64_t | constant |
![]() | |
SDBMDialect * | dialect |
Additional Inherited Members | |
![]() | |
BaseStorage () | |
using mlir::detail::SDBMConstantExprStorage::KeyTy = int64_t |
|
inlinestatic |
|
inline |
int64_t mlir::detail::SDBMConstantExprStorage::constant |