Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerBuiltins.h28 inline uint32_t Clzll(unsigned long long X) { return __builtin_clzll(X); } in Clzll() function
DFuzzerBuiltinsMsvc.h38 inline uint32_t Clzll(uint64_t X) { in Clzll() function
DFuzzerTracePC.cpp380 uint64_t AbsoluteDistance = (Arg1 == Arg2 ? 0 : Clzll(Arg1 - Arg2) + 1); in HandleCmp()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerBuiltins.h28 inline uint32_t Clzll(unsigned long long X) { return __builtin_clzll(X); } in Clzll() function
DFuzzerBuiltinsMsvc.h38 inline uint32_t Clzll(uint64_t X) { in Clzll() function
DFuzzerTracePC.cpp380 uint64_t AbsoluteDistance = (Arg1 == Arg2 ? 0 : Clzll(Arg1 - Arg2) + 1); in HandleCmp()