Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp82 auto tripCountExpr = tripCountMap.getResult(i); in getCleanupLoopLowerBound() local
83 bumpExprs[i] = (tripCountExpr - tripCountExpr % unrollFactor) * step; in getCleanupLoopLowerBound()