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

References

tools/polly/lib/External/isl/isl_pw_templ.c
  677 	if (!pw)
  680 	if (FN(PW,IS_ZERO)(pw))
  681 		return pw;
  683 	pw = FN(PW,cow)(pw);
  683 	pw = FN(PW,cow)(pw);
  684 	if (!pw)
  687 	for (i = 0; i < pw->n; ++i) {
  688 		pw->p[i].FIELD = FN(EL,neg)(pw->p[i].FIELD);
  688 		pw->p[i].FIELD = FN(EL,neg)(pw->p[i].FIELD);
  689 		if (!pw->p[i].FIELD)
  690 			return FN(PW,free)(pw);
  693 	return pw;