3 references to CORINFO_TYPE_LONG
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3862
Debug.Assert((int)CorInfoType.CORINFO_TYPE_BYTE + 3 * 2 == (int)CorInfoType.
CORINFO_TYPE_LONG
);
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (2)
157
loweredTypes.Add((CorInfoType.
CORINFO_TYPE_LONG
, interval.Start));
184
loweredTypes.Add((CorInfoType.
CORINFO_TYPE_LONG
, opaqueIntervalStart));