Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp92 auto tripCountExpr = tripCountMap.getResult(i); in getCleanupLoopLowerBound() local
93 bumpExprs[i] = (tripCountExpr - tripCountExpr % unrollFactor) * step; in getCleanupLoopLowerBound()