MLIR  19.0.0git
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 "IR/AffineExprDetail.h"

+ Inheritance diagram for mlir::detail::AffineBinaryOpExprStorage:

Public Types

using KeyTy = std::tuple< unsigned, AffineExpr, AffineExpr >
 

Public Member Functions

bool operator== (const KeyTy &key) const
 

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
 
AffineExprKind kind
 

Additional Inherited Members

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

Detailed Description

A binary operation appearing in an affine expression.

Definition at line 34 of file AffineExprDetail.h.

Member Typedef Documentation

◆ KeyTy

Definition at line 35 of file AffineExprDetail.h.

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

Definition at line 37 of file AffineExprDetail.h.

References mlir::detail::AffineExprStorage::kind, lhs, and rhs.

Member Data Documentation

◆ lhs

AffineExpr mlir::detail::AffineBinaryOpExprStorage::lhs

Definition at line 52 of file AffineExprDetail.h.

Referenced by operator==().

◆ rhs

AffineExpr mlir::detail::AffineBinaryOpExprStorage::rhs

Definition at line 53 of file AffineExprDetail.h.

Referenced by operator==().


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