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

References

tools/polly/lib/External/isl/isl_range.c
  527 	data.pwf = bound->pwf;
  528 	data.pwf_tight = bound->pwf_tight;
  529 	data.tight = bound->check_tight;
  531 		data.sign = -1;
  533 		data.sign = 1;
  535 	r = qpolynomial_bound_on_domain_range(bset, poly, &data);
  537 	bound->pwf = data.pwf;
  538 	bound->pwf_tight = data.pwf_tight;