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

References

tools/polly/lib/External/isl/isl_map.c
 2149 	swap_div(bmap, a, b);
 2152 		isl_int_swap(bmap->eq[i][1+off+a], bmap->eq[i][1+off+b]);
 2155 		isl_int_swap(bmap->ineq[i][1+off+a], bmap->ineq[i][1+off+b]);
 2158 		isl_int_swap(bmap->div[i][1+1+off+a], bmap->div[i][1+1+off+b]);