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

#include <SDBMExprDetail.h>

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

Public Types

using KeyTy = SDBMDirectExpr
 

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

Public Attributes

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

◆ operator==()

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

Member Data Documentation

◆ expr

SDBMDirectExpr mlir::detail::SDBMNegExprStorage::expr

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