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
 1833 		return pw;
 1834 	if (pw && DEFAULT_IS_ZERO && isl_int_is_zero(v)) {
 1836 		isl_space *dim = FN(PW,get_space)(pw);
 1838 		zero = FN(PW,ZERO)(dim, pw->type);
 1842 		FN(PW,free)(pw);
 1845 	pw = FN(PW,cow)(pw);
 1845 	pw = FN(PW,cow)(pw);
 1846 	if (!pw)
 1848 	if (pw->n == 0)
 1849 		return pw;
 1853 		pw->type = isl_fold_type_negate(pw->type);
 1853 		pw->type = isl_fold_type_negate(pw->type);
 1855 	for (i = 0; i < pw->n; ++i) {
 1856 		pw->p[i].FIELD = FN(EL,scale)(pw->p[i].FIELD, v);
 1856 		pw->p[i].FIELD = FN(EL,scale)(pw->p[i].FIELD, v);
 1857 		if (!pw->p[i].FIELD)
 1861 	return pw;
 1863 	FN(PW,free)(pw);