8 references to shl
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (1)
403
case ILOpcode.
shl
:
Compiler\TypePreinit.cs (5)
1428
case ILOpcode.
shl
:
1458
ILOpcode.
shl
=> value1.Value.AsInt32() << value2.Value.AsInt32(),
1484
ILOpcode.
shl
=> value1.Value.AsInt64() << (int)value2.Value.AsInt64(),
1503
if (opcode == ILOpcode.or || opcode == ILOpcode.
shl
|| opcode == ILOpcode.and || opcode == ILOpcode.div_un || opcode == ILOpcode.rem_un)
1519
&& opcode == ILOpcode.
shl
)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
576
case ILOpcode.
shl
:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
154
case ILOpcode.
shl
: