Lines Matching defs:boundExprs
602 SmallVector<AffineExpr, 4> boundExprs;
603 boundExprs.reserve(origUbMap.getNumResults());
617 boundExprs.push_back(
640 boundExprs.push_back(
647 boundExprs, b.getContext());
749 SmallVector<AffineExpr, 4> boundExprs;
750 boundExprs.reserve(1 + origUbMap.getNumResults());
754 boundExprs.push_back(dim + tileSizes[i] * origLoops[i].getStepAsInt());
755 boundExprs.append(origUbMap.getResults().begin(),
759 boundExprs, b.getContext());