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

#include <SDBMExprDetail.h>

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

Public Types

using KeyTy = std::pair< SDBMDirectExpr, SDBMConstantExpr >
 

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 SDBMBinaryExprStorageconstruct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

SDBMDirectExpr lhs
 
SDBMConstantExpr rhs
 
- 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 SDBMBinaryExprStorage* mlir::detail::SDBMBinaryExprStorage::construct ( StorageUniquer::StorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

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

Member Data Documentation

◆ lhs

SDBMDirectExpr mlir::detail::SDBMBinaryExprStorage::lhs

◆ rhs

SDBMConstantExpr mlir::detail::SDBMBinaryExprStorage::rhs

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