Home
last modified time | relevance | path

Searched refs:correct_width (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c1978 unsigned int correct_width; local
2005 correct_width = TYPE_PRECISION (TREE_TYPE (arg1));
2007 && TYPE_PRECISION (TREE_TYPE (primarg1)) < correct_width
2008 && TYPE_PRECISION (TREE_TYPE (primother)) < correct_width)
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c2912 unsigned int correct_width; in operand_equal_for_comparison_p() local
2939 correct_width = TYPE_PRECISION (TREE_TYPE (arg1)); in operand_equal_for_comparison_p()
2941 && TYPE_PRECISION (TREE_TYPE (primarg1)) < correct_width in operand_equal_for_comparison_p()
2942 && TYPE_PRECISION (TREE_TYPE (primother)) < correct_width) in operand_equal_for_comparison_p()