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

/openbsd-current/gnu/llvm/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 DFuzzerUtil.h94 return static_cast<size_t>((sizeof(unsigned long long) * 8) - Clzll(X) - 1);
H A DFuzzerTracePC.cpp390 uint64_t AbsoluteDistance = (Arg1 == Arg2 ? 0 : Clzll(Arg1 - Arg2) + 1);

Completed in 117 milliseconds