My Project
|
A binary operation appearing in an affine expression. More...
#include <AffineExprDetail.h>
Public Types | |
using | KeyTy = std::pair< AffineExpr, AffineExpr > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static AffineBinaryOpExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
AffineExpr | lhs |
AffineExpr | rhs |
![]() | |
MLIRContext * | context |
Additional Inherited Members | |
![]() | |
BaseStorage () | |
A binary operation appearing in an affine expression.
using mlir::detail::AffineBinaryOpExprStorage::KeyTy = std::pair<AffineExpr, AffineExpr> |
|
inlinestatic |
|
inline |
AffineExpr mlir::detail::AffineBinaryOpExprStorage::lhs |
AffineExpr mlir::detail::AffineBinaryOpExprStorage::rhs |