Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-stmts.cc3160 unsigned word_bytes; in vectorizable_bswap() local
3161 if (!constant_multiple_p (num_bytes, nunits, &word_bytes)) in vectorizable_bswap()
3165 vec_perm_builder elts (num_bytes, word_bytes, 3); in vectorizable_bswap()
3167 for (unsigned j = 0; j < word_bytes; ++j) in vectorizable_bswap()
3168 elts.quick_push ((i + 1) * word_bytes - j - 1); in vectorizable_bswap()