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