Lines Matching refs:TREE_IMAGPART
2521 TREE_IMAGPART (t) = imag;
2830 && integer_zerop (TREE_IMAGPART (expr)));
2854 && integer_zerop (TREE_IMAGPART (expr)));
2875 && integer_onep (TREE_IMAGPART (expr)));
2891 && integer_all_onesp (TREE_IMAGPART (expr)))
2916 && integer_zerop (TREE_IMAGPART (expr)));
2931 && integer_zerop (TREE_IMAGPART (expr)))
2953 || integer_nonzerop (TREE_IMAGPART (expr)))));
3134 && real_zerop (TREE_IMAGPART (expr));
3167 && real_zerop (TREE_IMAGPART (expr));
3193 && real_zerop (TREE_IMAGPART (expr));
3217 || real_maybe_zerop (TREE_IMAGPART (expr)));
10278 && !REAL_VALUE_MINUS_ZERO (TREE_REAL_CST (TREE_IMAGPART (init)))))
11352 WALK_SUBTREE_TAIL (TREE_IMAGPART (*tp));
12629 if (TREE_OVERFLOW (TREE_IMAGPART (t)))
12630 TREE_IMAGPART (t) = drop_tree_overflow (TREE_IMAGPART (t));