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