7 references to or
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
392case ILOpcode.or:
Compiler\TypePreinit.cs (4)
1427case ILOpcode.or: 1457ILOpcode.or => value1.Value.AsInt32() | value2.Value.AsInt32(), 1483ILOpcode.or => value1.Value.AsInt64() | value2.Value.AsInt64(), 1503if (opcode == ILOpcode.or || opcode == ILOpcode.shl || opcode == ILOpcode.and || opcode == ILOpcode.div_un || opcode == ILOpcode.rem_un)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (1)
572case ILOpcode.or:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
150case ILOpcode.or: