9 references to div_un
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
388case ILOpcode.div_un:
Compiler\TypePreinit.cs (5)
1434case ILOpcode.div_un: 1438bool isDivRem = opcode == ILOpcode.div || opcode == ILOpcode.div_un 1464ILOpcode.div_un => (int)((uint)value1.Value.AsInt32() / (uint)value2.Value.AsInt32()), 1490ILOpcode.div_un => (long)((ulong)value1.Value.AsInt64() / (ulong)value2.Value.AsInt64()), 1503if (opcode == ILOpcode.or || opcode == ILOpcode.shl || opcode == ILOpcode.and || opcode == ILOpcode.div_un || opcode == ILOpcode.rem_un)
IL\ILImporter.Scanner.cs (1)
1694case ILOpcode.div_un:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
568case ILOpcode.div_un:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
131case ILOpcode.div_un: