Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc6723 extract_muldiv (tree t, tree c, enum tree_code code, tree wide_type, in extract_muldiv() argument
6738 ret = extract_muldiv_1 (t, c, code, wide_type, strict_overflow_p); in extract_muldiv()
6745 extract_muldiv_1 (tree t, tree c, enum tree_code code, tree wide_type, in extract_muldiv_1() argument
6750 tree ctype = (wide_type != 0 in extract_muldiv_1()
6751 && (GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (wide_type)) in extract_muldiv_1()
6753 ? wide_type : type); in extract_muldiv_1()
6856 if ((t1 = extract_muldiv (op0, c, code, wide_type, strict_overflow_p)) in extract_muldiv_1()
6869 if ((t1 = extract_muldiv (op0, c, code, wide_type, in extract_muldiv_1()
6871 && (t2 = extract_muldiv (op1, c, code, wide_type, in extract_muldiv_1()
6905 c, code, wide_type, strict_overflow_p); in extract_muldiv_1()
[all …]
Dtree-ssa-sccvn.cc4932 valueized_wider_op (tree wide_type, tree op, bool allow_truncate) in valueized_wider_op() argument
4941 wide_type, ops, NULL); in valueized_wider_op()
4953 if (useless_type_conversion_p (wide_type, TREE_TYPE (tem))) in valueized_wider_op()
4964 return wide_int_to_tree (wide_type, wi::to_widest (op)); in valueized_wider_op()