Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp652 SmallVector<AffineExpr, 4> ubBoundExprs; in setIntraTileBoundsParametric() local
654 ubBoundExprs.reserve(origUbMap.getNumResults()); in setIntraTileBoundsParametric()
670 ubBoundExprs.push_back( in setIntraTileBoundsParametric()
674 ubBoundExprs.append(origUbMap.getResults().begin(), in setIntraTileBoundsParametric()
684 ubBoundExprs, b.getContext()); in setIntraTileBoundsParametric()