Searched refs:dim_max (Results 1 – 4 of 4) sorted by relevance
218 auto PartMax = FirstSubScatterMap.dim_max(0); in tryFlattenSequence()276 auto Max = SubExtent.dim_max(0); in tryFlattenLoop()
359 auto UpperBound = getConstant(CurrentStmtDomain.dim_max(i), true, false); in expandAccess()
1472 inline isl::pw_aff dim_max(int pos) const;1712 inline isl::pw_aff dim_max(int pos) const;2130 inline isl::pw_aff dim_max(int pos) const;2887 inline isl::pw_aff dim_max(int pos) const;3925 inline isl::pw_aff dim_max(int pos) const;8078 return isl::map(*this).dim_max(pos); in dim_max()9187 return isl::set(*this).dim_max(pos); in dim_max()10777 isl::pw_aff map::dim_max(int pos) const in dim_max() function14402 isl::pw_aff point::dim_max(int pos) const in dim_max() function14404 return isl::basic_set(*this).dim_max(pos); in dim_max()[all …]
2881 isl::pw_aff OuterMax = AccessSet.dim_max(0); in getExtent()