Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp658 AffineExpr ubTileParameter = b.getAffineSymbolExpr(origUbMap.getNumSymbols()); in setIntraTileBoundsParametric() local
671 ((ubLoopIvExpr - origLowerBoundExpr) * ubTileParameter) + in setIntraTileBoundsParametric()
672 (ubTileParameter * origLoopStep) + origLowerBoundExpr); in setIntraTileBoundsParametric()