reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3589 if (!bmap1 || !bmap2) 3591 isl_assert(bmap1->ctx, isl_space_is_equal(bmap1->dim, bmap2->dim), 3591 isl_assert(bmap1->ctx, isl_space_is_equal(bmap1->dim, bmap2->dim), 3593 if (bmap1->n_div || bmap2->n_div) 3595 if (!bmap1->n_eq && !bmap2->n_eq) 3598 total = isl_space_dim(bmap1->dim, isl_dim_all); 3601 v = isl_vec_alloc(bmap1->ctx, 1 + total); 3604 elim = isl_alloc_array(bmap1->ctx, int, total); 3607 compute_elimination_index(bmap1, elim); 3611 bmap1, elim); 3619 bmap2->ineq[i], bmap1, elim); 3625 for (i = 0; i < bmap1->n_ineq; ++i) { 3628 bmap1->ineq[i], bmap2, elim);