Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DISLTools.cpp778 isl::basic_set DimOnly = in recursiveExpand() local
782 if (!DimOnly.is_bounded()) { in recursiveExpand()
787 foreachPoint(DimOnly, [&, Dim](isl::point P) { in recursiveExpand()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2376 isl::set DimOnly = isl::set(Elements).project_out(isl::dim::set, 0, i); in foldSizeConstantsToRight() local
2377 DimOnly = DimOnly.project_out(isl::dim::set, 1, Dims - i - 1); in foldSizeConstantsToRight()
2378 DimOnly = DimOnly.lower_bound_si(isl::dim::set, 0, 0); in foldSizeConstantsToRight()
2380 isl::basic_set DimHull = DimOnly.affine_hull(); in foldSizeConstantsToRight()