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
 1302 		for (j = 0; j < bmap->n_ineq; ++j) {
 1302 		for (j = 0; j < bmap->n_ineq; ++j) {
 1302 		for (j = 0; j < bmap->n_ineq; ++j) {
 1305 			if (!isl_int_is_one(bmap->ineq[j][total + i]) &&
 1306 			    !isl_int_is_negone(bmap->ineq[j][total + i]))
 1311 			s = isl_int_sgn(bmap->ineq[j][total + i]);
 1312 			isl_int_set_si(bmap->ineq[j][total + i], 0);
 1314 				isl_seq_combine(bmap->ineq[j],
 1316 					bmap->div[i][0], bmap->ineq[j],
 1319 				isl_seq_combine(bmap->ineq[j],
 1321 					bmap->div[i][0], bmap->ineq[j],
 1324 				isl_int_add(bmap->ineq[j][0],
 1325 					bmap->ineq[j][0], bmap->div[i][0]);
 1326 				isl_int_sub_ui(bmap->ineq[j][0],
 1327 					bmap->ineq[j][0], 1);