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

References

tools/polly/lib/External/isl/isl_aff.c
 4508 	o_out = isl_basic_map_offset(bmap, isl_dim_out);
 4511 	if (isl_int_is_neg(bmap->eq[eq][o_out + pos])) {
 4512 		isl_seq_cpy(aff->v->el + 1, bmap->eq[eq], o_out);
 4513 		isl_seq_cpy(aff->v->el + 1 + o_out,
 4514 			    bmap->eq[eq] + o_out + n_out, n_div);
 4516 		isl_seq_neg(aff->v->el + 1, bmap->eq[eq], o_out);
 4517 		isl_seq_neg(aff->v->el + 1 + o_out,
 4518 			    bmap->eq[eq] + o_out + n_out, n_div);
 4521 		isl_int_set_si(aff->v->el[1 + o_out + div], 0);
 4522 	isl_int_abs(aff->v->el[0], bmap->eq[eq][o_out + pos]);
 4523 	aff = subtract_initial(aff, ma, pos, bmap->eq[eq] + o_out,
 4524 			    bmap->eq[eq][o_out + pos]);
 4529 		isl_seq_cpy(shift->v->el + 1, bmap->ineq[ineq], o_out);
 4530 		isl_seq_cpy(shift->v->el + 1 + o_out,
 4531 			    bmap->ineq[ineq] + o_out + n_out, n_div);
 4534 					bmap->ineq[ineq] + o_out, ctx->negone);
 4537 					    bmap->eq[eq][o_out + n_out + div]);