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

References

tools/polly/lib/External/isl/isl_transitive_closure.c
  232 	nparam = isl_space_dim(dim, isl_dim_param);
  249 		isl_int_set_si(path->eq[k][1 + nparam + i], 1);
  250 		isl_int_set_si(path->eq[k][1 + nparam + d + i], -1);
  253 				isl_int_set_si(path->eq[k][1 + nparam + 2 * d + j], 1);
  256 				isl_int_set(path->eq[k][1 + nparam + 2 * d + j],
  265 		isl_int_set_si(path->ineq[k][1 + nparam + 2 * d + i], 1);