Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmismatch.h80 if (auto __cmp_res = __lhs[__i] == __rhs[__i]; !std::__all_of(__cmp_res)) { in __mismatch_vectorized() local
81 auto __offset = __i * __vec_size + std::__find_first_not_set(__cmp_res); in __mismatch_vectorized()
92 … if (auto __cmp_res = std::__load_vector<__vec>(__first1) == std::__load_vector<__vec>(__first2); in __mismatch_vectorized() local
93 !std::__all_of(__cmp_res)) { in __mismatch_vectorized()
94 auto __offset = std::__find_first_not_set(__cmp_res); in __mismatch_vectorized()