Go to the source code of this file.
|
AffineExpr | mlir::simplifyAffineExpr (AffineExpr expr, unsigned numDims, unsigned numSymbols) |
| Simplify the affine expression by flattening it and reconstructing it. More...
|
|
LogicalResult | mlir::getFlattenedAffineExpr (AffineExpr expr, unsigned numDims, unsigned numSymbols, SmallVectorImpl< int64_t > *flattenedExpr, FlatAffineConstraints *cst=nullptr) |
|
LogicalResult | mlir::getFlattenedAffineExprs (AffineMap map, std::vector< SmallVector< int64_t, 8 >> *flattenedExprs, FlatAffineConstraints *cst=nullptr) |
|
LogicalResult | mlir::getFlattenedAffineExprs (IntegerSet set, std::vector< SmallVector< int64_t, 8 >> *flattenedExprs, FlatAffineConstraints *cst=nullptr) |
|