8 references to mul_ovf
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (1)
390case ILOpcode.mul_ovf:
IL\ILImporter.Scanner.cs (1)
1683case ILOpcode.mul_ovf:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
820case ILOpcode.mul_ovf:
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (2)
1246codeStream.Emit(ILOpcode.mul_ovf); 1523codeStream.Emit(ILOpcode.mul_ovf);
ILCompiler.ReadyToRun (2)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (2)
1246codeStream.Emit(ILOpcode.mul_ovf); 1523codeStream.Emit(ILOpcode.mul_ovf);
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
148case ILOpcode.mul_ovf: