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

References

tools/polly/lib/External/isl/isl_map_simplify.c
 1133 	unsigned total = 1 + isl_space_dim(bmap->dim, isl_dim_all);
 1135 	for (i = 0; i < bmap->n_div; ++i) {
 1138 		if (isl_int_is_zero(bmap->ineq[k][total + i]))
 1140 		if (isl_int_abs_ge(sum, bmap->ineq[k][total + i]))
 1142 		set_div = better_div_constraint(bmap, i, k);
 1144 			set_div = ok_to_set_div_from_bound(bmap, i, k);
 1146 			return isl_basic_map_free(bmap);
 1149 		if (isl_int_is_pos(bmap->ineq[k][total + i]))
 1150 			bmap = set_div_from_lower_bound(bmap, i, k);
 1150 			bmap = set_div_from_lower_bound(bmap, i, k);
 1152 			bmap = set_div_from_lower_bound(bmap, i, l);
 1152 			bmap = set_div_from_lower_bound(bmap, i, l);
 1157 	return bmap;