Searched refs:V8_HAS_BUILTIN_CLZ (Results 1 – 2 of 2) sorted by relevance
222 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz)) macro263 # define V8_HAS_BUILTIN_CLZ (V8_GNUC_PREREQ(3, 4, 0)) macro
67 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros32()87 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros64()