Home
last modified time | relevance | path

Searched refs:newUbExprs (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp133 SmallVector<AffineExpr, 4> newUbExprs; in normalizeAffineFor() local
146 newUbExprs.push_back( in normalizeAffineFor()
154 newUbExprs, opBuilder.getContext()); in normalizeAffineFor()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp100 SmallVector<AffineExpr, 4> newUbExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound() local
102 newUbExprs[i] = b.getAffineDimExpr(0) + b.getAffineDimExpr(i + 1); in getCleanupLoopLowerBound()
107 map = AffineMap::get(1 + tripCountMap.getNumResults(), 0, newUbExprs, in getCleanupLoopLowerBound()