Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DISLTools.cpp396 auto ShiftedZone = shiftDim(Zone, -1, -1); in convertZoneToTimepoints() local
398 return ShiftedZone; in convertZoneToTimepoints()
400 return Zone.intersect(ShiftedZone); in convertZoneToTimepoints()
403 return Zone.unite(ShiftedZone); in convertZoneToTimepoints()
411 auto ShiftedZone = shiftDim(Zone, Dim, -1, -1); in convertZoneToTimepoints() local
413 return ShiftedZone; in convertZoneToTimepoints()
415 return Zone.intersect(ShiftedZone); in convertZoneToTimepoints()
418 return Zone.unite(ShiftedZone); in convertZoneToTimepoints()
426 auto ShiftedZone = shiftDim(Zone, Dim, -1, -1); in convertZoneToTimepoints() local
428 return ShiftedZone; in convertZoneToTimepoints()
[all …]