reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_tab.c
 2908 	return tab->rational ? isl_int_is_zero(tab->mat->row[row][1])
 2908 	return tab->rational ? isl_int_is_zero(tab->mat->row[row][1])
 2909 			     : isl_int_lt(tab->mat->row[row][1],
 2910 					    tab->mat->row[row][0]);