Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc1649 unsigned int HOST_WIDE_INT out_nelts, in_nelts, i; in const_binop() local
1655 if (!VECTOR_CST_NELTS (arg1).is_constant (&in_nelts)) in const_binop()
1658 out_nelts = in_nelts * 2; in const_binop()
1659 gcc_assert (known_eq (in_nelts, VECTOR_CST_NELTS (arg2)) in const_binop()
1665 tree elt = (i < in_nelts in const_binop()
1667 : VECTOR_CST_ELT (arg2, i - in_nelts)); in const_binop()
1686 unsigned HOST_WIDE_INT out_nelts, in_nelts, out, ofs, scale; in const_binop() local
1691 if (!VECTOR_CST_NELTS (arg1).is_constant (&in_nelts)) in const_binop()
1693 out_nelts = in_nelts / 2; in const_binop()
1694 gcc_assert (known_eq (in_nelts, VECTOR_CST_NELTS (arg2)) in const_binop()
[all …]