Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp78 SmallVector<AffineExpr, 4> bumpExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound() local
83 bumpExprs[i] = (tripCountExpr - tripCountExpr % unrollFactor) * step; in getCleanupLoopLowerBound()
85 tripCountMap.getNumSymbols(), bumpExprs[i]); in getCleanupLoopLowerBound()
91 for (unsigned i = 0, e = bumpExprs.size(); i < e; i++) in getCleanupLoopLowerBound()