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

References

tools/polly/lib/External/isl/isl_range.c
   59 	data_m.tight = 0;
  273 	if (data->tight)
  312 		data->tight = 0;
  348 	int save_tight = data->tight;
  359 			if (data->tight)
  360 				data->tight = bound_is_integer(upper, nvar);
  364 			if (data->tight)
  365 				data->tight = bound_is_integer(lower, nvar);
  379 		data->tight = 0;
  399 	data->tight = save_tight;
  529 	data.tight = bound->check_tight;