7 references to or
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
392
case ILOpcode.
or
:
Compiler\TypePreinit.cs (4)
1427
case ILOpcode.
or
:
1457
ILOpcode.
or
=> value1.Value.AsInt32() | value2.Value.AsInt32(),
1483
ILOpcode.
or
=> value1.Value.AsInt64() | value2.Value.AsInt64(),
1503
if (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)
572
case ILOpcode.
or
:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
150
case ILOpcode.
or
: