MLIR 22.0.0git
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

Member Function Documentation

◆ construct()

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: