4 references to CORINFO_TYPE_DOUBLE
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
976Debug.Assert((CorInfoType)TypeFlags.Double == CorInfoType.CORINFO_TYPE_DOUBLE); 3847lowering.LoweredElements[0] = (info.SizeShift1st() == 3) ? CorInfoType.CORINFO_TYPE_DOUBLE : CorInfoType.CORINFO_TYPE_FLOAT; 3850lowering.LoweredElements[1] = (info.SizeShift2nd() == 3) ? CorInfoType.CORINFO_TYPE_DOUBLE : CorInfoType.CORINFO_TYPE_FLOAT;
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (1)
152loweredTypes.Add((CorInfoType.CORINFO_TYPE_DOUBLE, interval.Start));