reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
966 pos = isl_alloc_array(bmap->ctx, int, T->n_row); 967 if (!pos) 981 pos[0] = 0; 985 pos[i] = i; 999 pos[i] = 1 + total + k; 1009 if (pos[j] < T->n_row && C2) 1011 C2->row[pos[j]], 1 + total); 1013 isl_int_neg(bmap->div[k][1 + pos[j]], 1018 isl_int_set(bmap->eq[j][pos[i]], bmap->div[k][0]); 1020 free(pos); 1031 free(pos);