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

References

tools/polly/lib/External/isl/isl_aff.c
 5450 	isl_seq_cpy(dst, src, has_denom + 1 + n_param + n_before);
 5452 	isl_seq_clr(dst + o_dst, n_in);
 5455 	isl_seq_cpy(dst + o_dst, src + o_src, n_after);
 5458 	isl_seq_clr(dst + o_dst, n_div_ma);
 5460 	isl_seq_cpy(dst + o_dst, src + o_src, n_div_bmap);
 5478 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5478 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5482 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_before);
 5482 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_before);
 5484 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5484 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5488 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_after);
 5488 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_after);
 5490 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5490 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5494 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_div_bmap);
 5494 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_div_bmap);
 5496 			isl_int_mul(dst[0], dst[0], c1);
 5496 			isl_int_mul(dst[0], dst[0], c1);