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

References

tools/polly/lib/External/isl/isl_map.c
 2589 	for (j = 0; (lb || ub) && j < total + bmap->n_div; ++j) {
 2595 		if (ub) {
 2598 			ub = isl_int_is_divisible_by(v, bmap->div[div][0]);
 2601 	if (!lb && !ub)
 2605 	bmap = isl_basic_map_extend_constraints(bmap, 0, lb + ub);
 2618 	if (ub) {