13 references to ldc_i4
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
446case ILOpcode.ldc_i4:
Compiler\SubstitutedILProvider.cs (2)
702case ILOpcode.ldc_i4: stack.Push((int)reader.ReadILUInt32()); break; 882else if (opcode == ILOpcode.ldc_i4)
Compiler\TypePreinit.cs (2)
239case ILOpcode.ldc_i4: 254ILOpcode.ldc_i4 => (int)reader.ReadILUInt32(),
IL\RvaIntrinsicPatternAnalyzer.cs (1)
270case ILOpcode.ldc_i4:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
143case ILOpcode.ldc_i4: 426case ILOpcode.ldc_i4:
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
499case ILOpcode.ldc_i4:
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
499case ILOpcode.ldc_i4:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
320case ILOpcode.ldc_i4:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
80case ILOpcode.ldc_i4:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
108Emit(ILOpcode.ldc_i4);