reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1873 if (!pw || !v) 1878 return pw; 1880 if (pw && DEFAULT_IS_ZERO && isl_val_is_zero(v)) { 1882 isl_space *space = FN(PW,get_space)(pw); 1884 zero = FN(PW,ZERO)(space, pw->type); 1888 FN(PW,free)(pw); 1892 if (pw->n == 0) { 1894 return pw; 1896 pw = FN(PW,cow)(pw); 1896 pw = FN(PW,cow)(pw); 1897 if (!pw) 1902 pw->type = isl_fold_type_negate(pw->type); 1902 pw->type = isl_fold_type_negate(pw->type); 1904 for (i = 0; i < pw->n; ++i) { 1905 pw->p[i].FIELD = FN(EL,scale_val)(pw->p[i].FIELD, 1905 pw->p[i].FIELD = FN(EL,scale_val)(pw->p[i].FIELD, 1907 if (!pw->p[i].FIELD) 1912 return pw; 1915 FN(PW,free)(pw);