9 references to and
ILCompiler.Compiler (8)
Compiler\Dataflow\MethodBodyScanner.cs (1)
386
case ILOpcode.
and
:
Compiler\HardwareIntrinsicHelpers.Aot.cs (2)
61
codeStream.Emit(ILOpcode.
and
);
71
codeStream.Emit(ILOpcode.
and
);
Compiler\TypePreinit.cs (4)
1432
case ILOpcode.
and
:
1461
ILOpcode.
and
=> value1.Value.AsInt32() & value2.Value.AsInt32(),
1487
ILOpcode.
and
=> 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)
571
case ILOpcode.
and
:
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
124
case ILOpcode.
and
: