Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c225 poly_int64 elt_bytes = count * GET_MODE_SIZE (elt_mode); in can_duplicate_and_interleave_p() local
231 poly_int64 elt_bits = elt_bytes * BITS_PER_UNIT; in can_duplicate_and_interleave_p()
232 if (multiple_p (current_vector_size, elt_bytes, &nelts) in can_duplicate_and_interleave_p()
270 if (!multiple_p (elt_bytes, 2, &elt_bytes)) in can_duplicate_and_interleave_p()