17 references to blt_un
ILCompiler.Compiler (10)
Compiler\Dataflow\MethodBodyScanner.cs (1)
849
case ILOpcode.
blt_un
:
Compiler\Dataflow\ScannerExtensions.cs (2)
41
case ILOpcode.
blt_un
:
61
if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.
blt_un
)
Compiler\SubstitutedILProvider.cs (3)
186
if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.
blt_un
369
else if (opcode >= ILOpcode.br_s && opcode <= ILOpcode.
blt_un
564
else if (opcode is >= ILOpcode.br_s and <= ILOpcode.
blt_un
|| opcode is ILOpcode.leave or ILOpcode.leave_s)
Compiler\TypePreinit.cs (1)
1145
case ILOpcode.
blt_un
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
240
case ILOpcode.
blt_un
:
490
case ILOpcode.
blt_un
:
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
156
Debug.Assert((currentOpcode >= ILOpcode.br && currentOpcode <= ILOpcode.
blt_un
)
ILCompiler.ReadyToRun (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
156
Debug.Assert((currentOpcode >= ILOpcode.br && currentOpcode <= ILOpcode.
blt_un
)
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
156
Debug.Assert((currentOpcode >= ILOpcode.br && currentOpcode <= ILOpcode.
blt_un
)
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
407
case ILOpcode.
blt_un
:
parent\parent\Common\TypeSystem\IL\ILOpcodeHelper.cs (1)
38
if (opcode >= ILOpcode.br && opcode <= ILOpcode.
blt_un
)
parent\parent\Common\TypeSystem\IL\ILReader.cs (1)
156
Debug.Assert((currentOpcode >= ILOpcode.br && currentOpcode <= ILOpcode.
blt_un
)
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
192
case ILOpcode.
blt_un
:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
206
opcode == ILOpcode.
blt_un
|| opcode == ILOpcode.leave);