reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7003 n_out = isl_map_dim(map, isl_dim_out); 7004 map = isl_map_project_out(map, isl_dim_out, pos + 1, n_out - (pos + 1)); 7004 map = isl_map_project_out(map, isl_dim_out, pos + 1, n_out - (pos + 1)); 7005 map = isl_map_project_out(map, isl_dim_out, 0, pos); 7005 map = isl_map_project_out(map, isl_dim_out, 0, pos); 7006 if (!map) 7009 if (map->n == 0) { 7010 isl_space *dim = isl_map_get_space(map); 7011 isl_map_free(map); 7015 pwaff = basic_map_dim_opt(map->p[0], max); 7016 for (i = 1; i < map->n; ++i) { 7019 pwaff_i = basic_map_dim_opt(map->p[i], max); 7023 isl_map_free(map);