reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2636 if (!tab) 2639 n_eq = tab->n_eq; 2640 if (tab->empty) 2644 if (isl_tab_is_equality(tab, n_eq + i)) 2646 else if (isl_tab_is_redundant(tab, n_eq + i)) 2651 if (!tab->rational && 2652 bmap && !bmap->sample && isl_tab_sample_is_integer(tab)) 2653 bmap->sample = extract_integer_sample(tab);