Searched refs:V8_HAS_BUILTIN_CLZ (Results 1 – 3 of 3) sorted by relevance
20 #if V8_HAS_BUILTIN_CLZ || V8_CC_MSVC in RoundUpToPowerOfTwo32()36 #if V8_HAS_BUILTIN_CLZ in RoundUpToPowerOfTwo64()
78 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros()
228 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz)) macro268 # define V8_HAS_BUILTIN_CLZ (V8_GNUC_PREREQ(3, 4, 0)) macro