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