My Project
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::detail::SDBMConstantExprStorage Struct Reference

#include <SDBMExprDetail.h>

Inheritance diagram for mlir::detail::SDBMConstantExprStorage:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::SDBMConstantExprStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = int64_t
 

Public Member Functions

bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from mlir::detail::SDBMExprStorage
SDBMExprKind getKind ()
 
- Public Member Functions inherited from mlir::StorageUniquer::BaseStorage
unsigned getKind () const
 Get the kind classification of this storage. More...
 

Static Public Member Functions

static SDBMConstantExprStorageconstruct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

int64_t constant
 
- Public Attributes inherited from mlir::detail::SDBMExprStorage
SDBMDialectdialect
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()
 

Member Typedef Documentation

◆ KeyTy

Member Function Documentation

◆ construct()

static SDBMConstantExprStorage* mlir::detail::SDBMConstantExprStorage::construct ( StorageUniquer::StorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

bool mlir::detail::SDBMConstantExprStorage::operator== ( const KeyTy key) const
inline

Member Data Documentation

◆ constant

int64_t mlir::detail::SDBMConstantExprStorage::constant

The documentation for this struct was generated from the following file: