| H A D | ISLTools.cpp | 216 isl::set polly::shiftDim(isl::set Set, int Pos, int Amount) { in shiftDim() function in polly 228 isl::union_set polly::shiftDim(isl::union_set USet, int Pos, int Amount) { in shiftDim() function in polly 231 isl::set Shifted = shiftDim(Set, Pos, Amount); in shiftDim() 237 isl::map polly::shiftDim(isl::map Map, isl::dim Dim, int Pos, int Amount) { in shiftDim() function in polly 266 isl::union_map polly::shiftDim(isl::union_map UMap, isl::dim Dim, int Pos, in shiftDim() function in polly 271 isl::map Shifted = shiftDim(Map, Dim, Pos, Amount); in shiftDim() 403 auto ShiftedZone = shiftDim(Zone, -1, -1); in convertZoneToTimepoints() 418 auto ShiftedZone = shiftDim(Zone, Dim, -1, -1); in convertZoneToTimepoints() 433 auto ShiftedZone = shiftDim(Zone, Dim, -1, -1); in convertZoneToTimepoints()
|