My Project
Public Attributes | List of all members
mlir::detail::IntegerSetStorage Struct Reference

#include <IntegerSetDetail.h>

Collaboration diagram for mlir::detail::IntegerSetStorage:
Collaboration graph
[legend]

Public Attributes

unsigned dimCount
 
unsigned symbolCount
 
ArrayRef< AffineExprconstraints
 
ArrayRef< bool > eqFlags
 

Member Data Documentation

◆ constraints

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).

◆ dimCount

unsigned mlir::detail::IntegerSetStorage::dimCount

◆ eqFlags

ArrayRef<bool> mlir::detail::IntegerSetStorage::eqFlags

◆ symbolCount

unsigned mlir::detail::IntegerSetStorage::symbolCount

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