Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvector-builder.h389 unsigned int new_encoded_nelts = npatterns * nelts_per_pattern; in reshape() local
390 gcc_checking_assert (new_encoded_nelts <= old_encoded_nelts); in reshape()
391 unsigned int next = new_encoded_nelts - npatterns; in reshape()
392 for (unsigned int i = new_encoded_nelts; i < old_encoded_nelts; ++i) in reshape()
396 if (next == new_encoded_nelts) in reshape()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvector-builder.h389 unsigned int new_encoded_nelts = npatterns * nelts_per_pattern; in reshape() local
390 gcc_checking_assert (new_encoded_nelts <= old_encoded_nelts); in reshape()
391 unsigned int next = new_encoded_nelts - npatterns; in reshape()
392 for (unsigned int i = new_encoded_nelts; i < old_encoded_nelts; ++i) in reshape()
396 if (next == new_encoded_nelts) in reshape()