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