reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2689 if (!bmap1 || !bmap2) 2691 if (bmap1->n_div != bmap2->n_div) 2694 if (bmap1->n_div == 0) 2697 known = isl_basic_map_divs_known(bmap1); 2704 total = isl_basic_map_total_dim(bmap1); 2705 for (i = 0; i < bmap1->n_div; ++i) 2706 if (!isl_seq_eq(bmap1->div[i], bmap2->div[i], 2 + total))