21 references to brfalse_s
ILCompiler.Compiler (18)
Compiler\Dataflow\MethodBodyScanner.cs (1)
731case ILOpcode.brfalse_s:
Compiler\Dataflow\ScannerExtensions.cs (1)
18case ILOpcode.brfalse_s:
Compiler\SubstitutedILProvider.cs (4)
314if (opcode == ILOpcode.brfalse || opcode == ILOpcode.brfalse_s 326else if ((constant == 0 && (opcode == ILOpcode.brfalse || opcode == ILOpcode.brfalse_s)) 717case ILOpcode.brfalse_s: 723|| ((opcode is ILOpcode.brfalse or ILOpcode.brfalse_s) && val.Value == 0);
Compiler\TypePreinit.cs (5)
1155case ILOpcode.brfalse_s: 1183if (normalizedOpcode == ILOpcode.brtrue_s || normalizedOpcode == ILOpcode.brfalse_s) 1187branchTaken = normalizedOpcode == ILOpcode.brfalse_s 1190branchTaken = normalizedOpcode == ILOpcode.brfalse_s 1193branchTaken = normalizedOpcode == ILOpcode.brfalse_s
IL\ILImporter.Scanner.cs (2)
1545if (nextOpcode is ILOpcode.brtrue or ILOpcode.brtrue_s or ILOpcode.brfalse or ILOpcode.brfalse_s) 1560if (nextOpcode is ILOpcode.brtrue or ILOpcode.brtrue_s or ILOpcode.brfalse or ILOpcode.brfalse_s)
IL\IsInstCheckPatternAnalyzer.cs (2)
58if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s) 86if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s)
IL\TypeEqualityPatternAnalyzer.cs (1)
128if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s or ILOpcode.brtrue or ILOpcode.brtrue_s)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
196case ILOpcode.brfalse_s: 459case ILOpcode.brfalse_s:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
378case ILOpcode.brfalse_s:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (2)
196case ILOpcode.brfalse_s: 219else if (opcode is ILOpcode.brfalse or ILOpcode.brfalse_s or ILOpcode.brtrue_s or ILOpcode.brtrue)