Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltins.h29 inline int Popcountll(unsigned long long X) { return __builtin_popcountll(X); } in Popcountll() function
H A DFuzzerBuiltinsMsvc.h56 inline int Popcountll(unsigned long long X) { in Popcountll() function
H A DFuzzerTracePC.cpp369 HammingDistance = static_cast<uint8_t>(Popcountll(B1[I] ^ B2[I])); in AddValueForMemcmp()
389 uint64_t HammingDistance = Popcountll(ArgXor); // [0,64] in HandleCmp()