reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9599 if (!bmap1 || !bmap2) 9602 if (bmap1 == bmap2) 9605 space2 = isl_basic_map_peek_space(bmap2); 9610 ISL_F_ISSET(bmap2, ISL_BASIC_MAP_RATIONAL)) 9613 ISL_F_ISSET(bmap2, ISL_BASIC_MAP_EMPTY)) 9617 if (ISL_F_ISSET(bmap2, ISL_BASIC_MAP_EMPTY)) 9619 if (bmap1->n_eq != bmap2->n_eq) 9620 return bmap1->n_eq - bmap2->n_eq; 9621 if (bmap1->n_ineq != bmap2->n_ineq) 9622 return bmap1->n_ineq - bmap2->n_ineq; 9623 if (bmap1->n_div != bmap2->n_div) 9624 return bmap1->n_div - bmap2->n_div; 9627 cmp = isl_seq_cmp(bmap1->eq[i], bmap2->eq[i], 1+total); 9632 cmp = isl_seq_cmp(bmap1->ineq[i], bmap2->ineq[i], 1+total); 9637 cmp = isl_seq_cmp(bmap1->div[i], bmap2->div[i], 1+1+total);