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
 1925 	if (!pw || !v)
 1930 		return pw;
 1940 	if (pw->n == 0) {
 1942 		return pw;
 1944 	pw = FN(PW,cow)(pw);
 1944 	pw = FN(PW,cow)(pw);
 1945 	if (!pw)
 1950 		pw->type = isl_fold_type_negate(pw->type);
 1950 		pw->type = isl_fold_type_negate(pw->type);
 1952 	for (i = 0; i < pw->n; ++i) {
 1953 		pw->p[i].FIELD = FN(EL,scale_down_val)(pw->p[i].FIELD,
 1953 		pw->p[i].FIELD = FN(EL,scale_down_val)(pw->p[i].FIELD,
 1955 		if (!pw->p[i].FIELD)
 1960 	return pw;
 1963 	FN(PW,free)(pw);