reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4335 if (pos < 0) { 4336 pos = isl_basic_map_alloc_div(bmap); 4337 if (pos < 0) 4339 isl_int_set_si(bmap->div[pos][0], 0); 4341 if (pos != other + i) 4342 isl_basic_map_swap_div(bmap, pos, other + i);