Searched refs:high_bit_size (Results 1 – 1 of 1) sorted by relevance
714 unsigned high_bit_size = get_bit_size(high); in vectorize_loads() local728 b, &data, 1, high_start, high->intrin->num_components, high_bit_size); in vectorize_loads()1049 unsigned high_bit_size = get_bit_size(high); in try_vectorize() local1051 unsigned high_size = high->intrin->num_components * high_bit_size; in try_vectorize()1058 } else if (low_bit_size != high_bit_size && in try_vectorize()1059 new_bitsize_acceptable(ctx, high_bit_size, low, high, new_size)) { in try_vectorize()1060 new_bit_size = high_bit_size; in try_vectorize()1065 if (new_bit_size == low_bit_size || new_bit_size == high_bit_size) in try_vectorize()