Searched defs:__builtin_clz (Results 1 – 3 of 3) sorted by relevance
40 #define __builtin_clz(x) __cntlz4(x) macro
200 _LIBCPP_ALWAYS_INLINE int __builtin_clz(unsigned int x) in __builtin_clz() function
82 __builtin_clz(UInt x) in __builtin_clz() function