reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
998 k = isl_basic_map_alloc_div(bmap); 999 pos[i] = 1 + total + k; 1000 isl_seq_clr(bmap->div[k] + 1, 1 + total + bmap->n_div); 1001 isl_int_set(bmap->div[k][0], T->row[i][i]); 1003 isl_seq_cpy(bmap->div[k] + 1, C2->row[i], 1 + total); 1005 isl_int_set_si(bmap->div[k][1 + i], 1); 1010 isl_seq_submul(bmap->div[k] + 1, T->row[i][j], 1013 isl_int_neg(bmap->div[k][1 + pos[j]], 1017 isl_seq_neg(bmap->eq[j], bmap->div[k]+1, 1+total+bmap->n_div); 1018 isl_int_set(bmap->eq[j][pos[i]], bmap->div[k][0]);