reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1808 map1 = isl_map_read_from_str(ctx, str); 1811 map1 = isl_map_gist(map1, map2); 1811 map1 = isl_map_gist(map1, map2); 1812 if (!map1) 1814 if (map1->n != 1) 1816 isl_map_free(map1); return -1); 1817 if (isl_basic_map_dim(map1->p[0], isl_dim_div) != 1) 1819 isl_map_free(map1); return -1); 1820 isl_map_free(map1);