Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp739 AffineExpr origUpperBoundExpr; in setInterTileBoundsParametric() local
747 origUpperBoundExpr = b.getAffineConstantExpr(origUpperBound); in setInterTileBoundsParametric()
753 (origUpperBoundExpr - origLowerBoundExpr).ceilDiv(tileParameter)); in setInterTileBoundsParametric()
773 for (AffineExpr origUpperBoundExpr : origUbMap.getResults()) in setInterTileBoundsParametric() local
776 (origUpperBoundExpr - origLowerBoundExpr).ceilDiv(tileParameter)); in setInterTileBoundsParametric()