reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2867 mat = isl_mat_alloc(ctx, n, 2 * n_var); 2868 if (!mat) 2873 isl_int_neg(mat->row[i][2 * nj], indep->row[i][j]); 2874 isl_int_set(mat->row[i][2 * nj + 1], indep->row[i][j]); 2878 return mat;