Searched refs:ShiftedZone (Results 1 – 1 of 1) sorted by relevance
396 auto ShiftedZone = shiftDim(Zone, -1, -1); in convertZoneToTimepoints() local398 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() local413 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() local428 return ShiftedZone; in convertZoneToTimepoints()[all …]