17 references to Blt
Microsoft.CodeAnalysis (5)
CodeGen\ILOpCodeExtensions.cs (4)
106
case ILOpCode.
Blt
:
145
case ILOpCode.
Blt
:
270
case ILOpCode.
Blt
:
549
case ILOpCode.
Blt
:
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
497
case ILOpCode.
Blt
:
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (3)
287
ILOpCode.
Blt
, ILOpCode.Ble, ILOpCode.Bgt, ILOpCode.Bge, // Signed
288
ILOpCode.Bge, ILOpCode.Bgt, ILOpCode.Ble, ILOpCode.
Blt
, // Signed Invert
291
ILOpCode.
Blt
, ILOpCode.Ble, ILOpCode.Bgt, ILOpCode.Bge, // Float
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
337
case ILOpCode.
Blt
: return "blt";
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitStatement.vb (3)
555
ILOpCode.
Blt
, ILOpCode.Ble, ILOpCode.Bgt, ILOpCode.Bge,
556
ILOpCode.Bge, ILOpCode.Bgt, ILOpCode.Ble, ILOpCode.
Blt
,
559
ILOpCode.
Blt
, ILOpCode.Ble, ILOpCode.Bgt, ILOpCode.Bge,
System.Reflection.Metadata (5)
System\Reflection\Metadata\IL\ILOpCodeExtensions.cs (5)
37
case ILOpCode.
Blt
:
82
case ILOpCode.
Blt
:
142
case ILOpCode.
Blt
:
184
case ILOpCode.
Blt
:
215
return ILOpCode.
Blt
;