Searched refs:pcst (Results 1 – 2 of 2) sorted by relevance
1683 wide_int_to_tree_1 (tree type, const wide_int_ref &pcst) in wide_int_to_tree_1() argument1694 int l = pcst.get_len (); in wide_int_to_tree_1()1697 if (pcst.elt (l - 1) == 0) in wide_int_to_tree_1()1698 gcc_checking_assert (pcst.elt (l - 2) < 0); in wide_int_to_tree_1()1699 if (pcst.elt (l - 1) == HOST_WIDE_INT_M1) in wide_int_to_tree_1()1700 gcc_checking_assert (pcst.elt (l - 2) >= 0); in wide_int_to_tree_1()1703 wide_int cst = wide_int::from (pcst, prec, sgn); in wide_int_to_tree_1()
1495 wide_int_to_tree_1 (tree type, const wide_int_ref &pcst) in wide_int_to_tree_1() argument1506 int l = pcst.get_len (); in wide_int_to_tree_1()1509 if (pcst.elt (l - 1) == 0) in wide_int_to_tree_1()1510 gcc_checking_assert (pcst.elt (l - 2) < 0); in wide_int_to_tree_1()1511 if (pcst.elt (l - 1) == HOST_WIDE_INT_M1) in wide_int_to_tree_1()1512 gcc_checking_assert (pcst.elt (l - 2) >= 0); in wide_int_to_tree_1()1515 wide_int cst = wide_int::from (pcst, prec, sgn); in wide_int_to_tree_1()