Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c711 unsigned HOST_WIDE_INT const_diff; in fold_while_ult() local
712 if (known_le (diff, nelts) && diff.is_constant (&const_diff)) in fold_while_ult()
716 return build_vector_a_then_b (type, const_diff, minus_one, zero); in fold_while_ult()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc709 unsigned HOST_WIDE_INT const_diff; in fold_while_ult() local
710 if (known_le (diff, nelts) && diff.is_constant (&const_diff)) in fold_while_ult()
714 return build_vector_a_then_b (type, const_diff, minus_one, zero); in fold_while_ult()