reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3745 term->div = div; 3774 total = isl_space_dim(term->dim, isl_dim_all) + term->div->n_row; 3776 dup = isl_term_alloc(isl_space_copy(term->dim), isl_mat_copy(term->div)); 3809 isl_mat_free(term->div); 3824 case isl_dim_div: return term->div->n_row; 3826 term->div->n_row; 3882 isl_mat_copy(term->div)); 3887 isl_seq_cpy(aff->v->el, term->div->row[pos], aff->v->size); 3975 n = isl_space_dim(term->dim, isl_dim_all) + term->div->n_row; 3985 qp = isl_qpolynomial_alloc(isl_space_copy(term->dim), term->div->n_row, up); 3989 qp->div = isl_mat_copy(term->div);