Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc2204 build_vector_a_then_b (tree vec_type, unsigned int num_a, tree a, tree b) in build_vector_a_then_b() argument
2206 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()