Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp738 int64_t origUpperBound; in setInterTileBoundsParametric() local
744 origUpperBound = origLoop.getConstantUpperBound(); in setInterTileBoundsParametric()
747 origUpperBoundExpr = b.getAffineConstantExpr(origUpperBound); in setInterTileBoundsParametric()