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

References

tools/polly/lib/External/isl/isl_multi_templ.c
  962 		el = FN(FN(MULTI(BASE),get),BASE)(multi1, i);
  963 		el = FN(EL,insert_dims)(el, isl_dim_in, in1, in2);
  963 		el = FN(EL,insert_dims)(el, isl_dim_in, in1, in2);
  964 		el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
  964 		el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
  965 		res = FN(FN(MULTI(BASE),set),BASE)(res, i, el);
  969 		el = FN(FN(MULTI(BASE),get),BASE)(multi2, i);
  970 		el = FN(EL,insert_dims)(el, isl_dim_in, 0, in1);
  970 		el = FN(EL,insert_dims)(el, isl_dim_in, 0, in1);
  971 		el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
  971 		el = FN(EL,reset_domain_space)(el, isl_space_copy(space));
  972 		res = FN(FN(MULTI(BASE),set),BASE)(res, out1 + i, el);