Searched refs:boundExprs (Results 1 – 1 of 1) sorted by relevance
736 SmallVector<AffineExpr, 4> boundExprs; in setInterTileBoundsParametric() local737 boundExprs.reserve(origUbMap.getNumResults()); in setInterTileBoundsParametric()751 boundExprs.push_back( in setInterTileBoundsParametric()774 boundExprs.push_back( in setInterTileBoundsParametric()781 boundExprs, b.getContext()); in setInterTileBoundsParametric()877 SmallVector<AffineExpr, 4> boundExprs; in constructTiledIndexSetHyperRect() local878 boundExprs.reserve(1 + origUbMap.getNumResults()); in constructTiledIndexSetHyperRect()882 boundExprs.push_back(dim + tileSizes[i]); in constructTiledIndexSetHyperRect()883 boundExprs.append(origUbMap.getResults().begin(), in constructTiledIndexSetHyperRect()887 boundExprs, b.getContext()); in constructTiledIndexSetHyperRect()