Searched refs:small_val (Results 1 – 1 of 1) sorted by relevance
2165 HOST_WIDE_INT small_val; in vspltis_constant() local2167 small_val = splat_val >> bitsize; in vspltis_constant()2169 if (splat_val != ((small_val << bitsize) | (small_val & mask))) in vspltis_constant()2171 splat_val = small_val; in vspltis_constant()