9 references to ble_un
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (1)
845case ILOpcode.ble_un:
Compiler\Dataflow\ScannerExtensions.cs (1)
40case ILOpcode.ble_un:
Compiler\TypePreinit.cs (1)
1153case ILOpcode.ble_un:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
239case ILOpcode.ble_un: 489case ILOpcode.ble_un:
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
163codeStream.Emit(ILOpcode.ble_un, rangeExceptionLabel);
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
406case ILOpcode.ble_un:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
190case ILOpcode.ble_un:
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
205opcode == ILOpcode.bgt_un || opcode == ILOpcode.ble_un ||