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