Home
last modified time | relevance | path

Searched defs:Clzll (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltins.h28 inline uint32_t Clzll(unsigned long long X) { return __builtin_clzll(X); } in Clzll() function
H A DFuzzerBuiltinsMsvc.h38 inline uint32_t Clzll(uint64_t X) { in Clzll() function