8 references to shl
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (1)
403case ILOpcode.shl:
Compiler\TypePreinit.cs (5)
1428case ILOpcode.shl: 1458ILOpcode.shl => value1.Value.AsInt32() << value2.Value.AsInt32(), 1484ILOpcode.shl => value1.Value.AsInt64() << (int)value2.Value.AsInt64(), 1503if (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)
576case ILOpcode.shl:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
154case ILOpcode.shl: