Lines Matching defs:Dim
825 unsigned Dim = unsignedFromIslSize(MapOldIndVar.range_tuple_dim());
826 assert(Dim >= 2);
828 isl::map ExtMap = MapOldIndVar.project_out(isl::dim::out, 2, Dim - 2);
969 unsigned Dim = unsignedFromIslSize(MapOldIndVar.range_tuple_dim());
970 if (Dim > 9u)
971 return MapOldIndVar.project_out(isl::dim::out, 0, Dim - 9);
1458 /// loop dimension @p Dim.
1470 /// @param Dim The position of the index ki.
1479 static bool isReductionCarriedOverDim(isl::set DepDelta, unsigned Dim,
1484 for (unsigned i = 0; i < Dim; i += 1)
1486 Superset = Superset.fix_si(isl::dim::set, Dim, 1);
1502 for (unsigned i : rangeIslSize(Dim + 1, DepDelta.dim(isl::dim::set))) {