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