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