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

References

tools/polly/lib/External/isl/isl_box.c
  231 	is_bound = isl_constraint_is_lower_bound(c, isl_dim_set, pos);
  232 	if (is_bound < 0 || !is_bound)
  232 	if (is_bound < 0 || !is_bound)
  233 		return is_bound;