2 references to CORINFO_TYPE_SHORT
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3860
Debug.Assert((int)CorInfoType.CORINFO_TYPE_BYTE + 1 * 2 == (int)CorInfoType.
CORINFO_TYPE_SHORT
);
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (1)
196
loweredTypes.Add((CorInfoType.
CORINFO_TYPE_SHORT
, opaqueIntervalStart));