reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
638 ci->index = NULL; 641 ci->total = isl_basic_set_total_dim(bmap); 644 ci->size = round_up(4 * (bmap->n_ineq + 1) / 3 - 1); 645 ci->bits = ffs(ci->size) - 1; 645 ci->bits = ffs(ci->size) - 1; 647 ci->index = isl_calloc_array(ctx, isl_int **, ci->size); 647 ci->index = isl_calloc_array(ctx, isl_int **, ci->size); 648 if (!ci->index)