Searched refs:get_min_precision (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | internal-fn.cc | 643 get_min_precision (tree arg, signop sign) in get_min_precision() function 683 int oprec = get_min_precision (TREE_OPERAND (arg, 0), sign); in get_min_precision() 1496 if (get_min_precision (arg1, UNSIGNED) in expand_mul_overflow() 1497 + get_min_precision (arg0, SIGNED) <= GET_MODE_PRECISION (mode)) in expand_mul_overflow() 1634 if (get_min_precision (arg0, SIGNED) in expand_mul_overflow() 1635 + get_min_precision (arg1, SIGNED) <= GET_MODE_PRECISION (mode)) in expand_mul_overflow() 1940 mprec0 = get_min_precision (arg0, sign); in expand_mul_overflow() 1947 mprec1 = get_min_precision (arg1, sign); in expand_mul_overflow() 2474 int pr = get_min_precision (arg0, uns0_p ? UNSIGNED : SIGNED); in expand_arith_overflow() 2476 pr = get_min_precision (arg1, uns1_p ? UNSIGNED : SIGNED); in expand_arith_overflow()
|
H A D | ChangeLog-2021 | 24976 * internal-fn.c (get_min_precision): Same.
|
H A D | ChangeLog-2020 | 3456 * internal-fn.c (get_min_precision): For narrowing conversion, recurse
|
H A D | ChangeLog-2017 | 12394 * internal-fn.c (get_min_precision): Likewise.
|
H A D | ChangeLog-2015 | 33037 * internal-fn.c (get_min_precision): Use UNSIGNED instead of
|
H A D | ChangeLog-2014 | 8710 * internal-fn.c (get_range_pos_neg, get_min_precision,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | internal-fn.c | 513 get_min_precision (tree arg, signop sign) in get_min_precision() function 1721 mprec0 = get_min_precision (arg0, sign); in expand_mul_overflow() 1728 mprec1 = get_min_precision (arg1, sign); in expand_mul_overflow() 2249 int pr = get_min_precision (arg0, uns0_p ? UNSIGNED : SIGNED); in expand_arith_overflow() 2251 pr = get_min_precision (arg1, uns1_p ? UNSIGNED : SIGNED); in expand_arith_overflow()
|