Searched refs:num_a (Results 1 – 1 of 1) sorted by relevance
2204 build_vector_a_then_b (tree vec_type, unsigned int num_a, tree a, tree b) in build_vector_a_then_b() argument2206 gcc_assert (known_le (num_a, TYPE_VECTOR_SUBPARTS (vec_type))); in build_vector_a_then_b()2213 builder.quick_push (i < num_a ? a : b); in build_vector_a_then_b()