MLIR
20.0.0git
|
#include "IR/IntegerSetDetail.h"
Public Types | |
using | KeyTy = std::tuple< unsigned, unsigned, ArrayRef< AffineExpr >, ArrayRef< bool > > |
The hash key used for uniquing. More... | |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
Static Public Member Functions | |
static IntegerSetStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
unsigned | dimCount |
unsigned | symbolCount |
ArrayRef< AffineExpr > | constraints |
Array of affine constraints: a constraint is either an equality (affine_expr == 0) or an inequality (affine_expr >= 0). More... | |
ArrayRef< bool > | eqFlags |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
BaseStorage ()=default | |
Definition at line 23 of file IntegerSetDetail.h.
using mlir::detail::IntegerSetStorage::KeyTy = std::tuple<unsigned, unsigned, ArrayRef<AffineExpr>, ArrayRef<bool> > |
The hash key used for uniquing.
Definition at line 25 of file IntegerSetDetail.h.
|
inlinestatic |
Definition at line 44 of file IntegerSetDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), and mlir::StorageUniquer::StorageAllocator::copyInto().
|
inline |
Definition at line 38 of file IntegerSetDetail.h.
References constraints, dimCount, eqFlags, and symbolCount.
ArrayRef<AffineExpr> mlir::detail::IntegerSetStorage::constraints |
Array of affine constraints: a constraint is either an equality (affine_expr == 0) or an inequality (affine_expr >= 0).
Definition at line 33 of file IntegerSetDetail.h.
Referenced by operator==().
unsigned mlir::detail::IntegerSetStorage::dimCount |
Definition at line 28 of file IntegerSetDetail.h.
Referenced by operator==().
ArrayRef<bool> mlir::detail::IntegerSetStorage::eqFlags |
Definition at line 36 of file IntegerSetDetail.h.
Referenced by operator==().
unsigned mlir::detail::IntegerSetStorage::symbolCount |
Definition at line 29 of file IntegerSetDetail.h.
Referenced by operator==().