Searched refs:from_unsigned2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2536 bool from_unsigned1, from_unsigned2; local
2552 from_unsigned2 = TYPE_UNSIGNED (type2);
2554 if (from_unsigned1 && from_unsigned2)
2556 else if (!from_unsigned1 && !from_unsigned2)
2589 from_unsigned1 = from_unsigned2 = false;
2606 || from_unsigned2 != TYPE_UNSIGNED (type2))
2609 (actual_precision, from_unsigned2), rhs2);
2646 bool from_unsigned1, from_unsigned2; local
2749 from_unsigned2 = TYPE_UNSIGNED (type2);
2753 if (from_unsigned1 != from_unsigned2)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2674 bool from_unsigned1, from_unsigned2; local
2690 from_unsigned2 = TYPE_UNSIGNED (type2);
2692 if (from_unsigned1 && from_unsigned2)
2694 else if (!from_unsigned1 && !from_unsigned2)
2727 from_unsigned1 = from_unsigned2 = false;
2753 || from_unsigned2 != TYPE_UNSIGNED (type2))
2756 (actual_precision, from_unsigned2), rhs2);
2793 bool from_unsigned1, from_unsigned2; local
2896 from_unsigned2 = TYPE_UNSIGNED (type2);
2900 if (from_unsigned1 != from_unsigned2)
[all...]

Completed in 143 milliseconds