reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
644 ci->size = round_up(4 * (bmap->n_ineq + 1) / 3 - 1); 645 ci->bits = ffs(ci->size) - 1; 647 ci->index = isl_calloc_array(ctx, isl_int **, ci->size); 671 for (h = hash; ci->index[h]; h = (h+1) % ci->size)