Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp800 isl::basic_set DimOnly = in recursiveExpand() local
805 if (!DimOnly.is_bounded()) { in recursiveExpand()
810 foreachPoint(DimOnly, [&, Dim](isl::point P) { in recursiveExpand()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2205 isl::set DimOnly = isl::set(Elements).project_out(isl::dim::set, 0, i); in foldSizeConstantsToRight() local
2206 DimOnly = DimOnly.project_out(isl::dim::set, 1, Dims - i - 1); in foldSizeConstantsToRight()
2207 DimOnly = DimOnly.lower_bound_si(isl::dim::set, 0, 0); in foldSizeConstantsToRight()
2209 isl::basic_set DimHull = DimOnly.affine_hull(); in foldSizeConstantsToRight()