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
 2013 	if (!pw1 || !pw2)
 2018 		has_nan = FN(PW,involves_nan)(pw2);
 2022 	if (pw1 == pw2)
 2024 	if (!isl_space_is_equal(pw1->dim, pw2->dim))
 2028 	pw2 = FN(PW,copy)(pw2);
 2028 	pw2 = FN(PW,copy)(pw2);
 2030 	pw2 = FN(PW,normalize)(pw2);
 2030 	pw2 = FN(PW,normalize)(pw2);
 2031 	if (!pw1 || !pw2)
 2034 	equal = pw1->n == pw2->n;
 2036 		equal = isl_set_plain_is_equal(pw1->p[i].set, pw2->p[i].set);
 2041 		equal = FN(EL,plain_is_equal)(pw1->p[i].FIELD, pw2->p[i].FIELD);
 2047 	FN(PW,free)(pw2);
 2051 	FN(PW,free)(pw2);