Searched refs:V8_HAS_BUILTIN_CLZ (Results 1 – 2 of 2) sorted by relevance
218 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz)) macro259 # define V8_HAS_BUILTIN_CLZ (V8_GNUC_PREREQ(3, 4, 0)) macro
69 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros32()89 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros64()