3 references to LeadingZeroCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (2)
223
return (int)Lzcnt.X64.
LeadingZeroCount
(value);
329
return 63 ^ (int)Lzcnt.X64.
LeadingZeroCount
(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Lzcnt.cs (1)
36
public static ulong LeadingZeroCount(ulong value) =>
LeadingZeroCount
(value);