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

A binary operation appearing in an affine expression. More...

#include <AffineExprDetail.h>

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

Public Types

using KeyTy = std::pair< AffineExpr, AffineExpr >
 

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

AffineExpr lhs
 
AffineExpr rhs
 
- Public Attributes inherited from mlir::detail::AffineExprStorage
MLIRContextcontext
 

Additional Inherited Members

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

Detailed Description

A binary operation appearing in an affine expression.

Member Typedef Documentation

◆ KeyTy

Member Function Documentation

◆ construct()

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

◆ operator==()

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

Member Data Documentation

◆ lhs

AffineExpr mlir::detail::AffineBinaryOpExprStorage::lhs

◆ rhs

AffineExpr mlir::detail::AffineBinaryOpExprStorage::rhs

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