My Project
|
#include <SDBMExprDetail.h>
Public Types | |
using | KeyTy = std::pair< SDBMDirectExpr, SDBMConstantExpr > |
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 SDBMBinaryExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
SDBMDirectExpr | lhs |
SDBMConstantExpr | rhs |
![]() | |
SDBMDialect * | dialect |
Additional Inherited Members | |
![]() | |
BaseStorage () | |
using mlir::detail::SDBMBinaryExprStorage::KeyTy = std::pair<SDBMDirectExpr, SDBMConstantExpr> |
|
inlinestatic |
|
inline |
SDBMDirectExpr mlir::detail::SDBMBinaryExprStorage::lhs |
SDBMConstantExpr mlir::detail::SDBMBinaryExprStorage::rhs |