Searched refs:Clzll (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltins.h28 inline uint32_t Clzll(unsigned long long X) { return __builtin_clzll(X); } function in namespace:fuzzer
H A DFuzzerBuiltinsMsvc.h38 inline uint32_t Clzll(uint64_t X) { function in namespace:fuzzer
H A DFuzzerTracePC.cpp364 uint64_t AbsoluteDistance = (Arg1 == Arg2 ? 0 : Clzll(Arg1 - Arg2) + 1);

Completed in 103 milliseconds