3 references to LeadingZeroCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (2)
180return (int)Lzcnt.LeadingZeroCount(value); 291return 31 ^ (int)Lzcnt.LeadingZeroCount(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Lzcnt.cs (1)
43public static uint LeadingZeroCount(uint value) => LeadingZeroCount(value);