11 references to blt_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
848
case ILOpcode.
blt_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
24
case ILOpcode.
blt_s
:
Compiler\TypePreinit.cs (5)
1157
case ILOpcode.
blt_s
:
1198
else if (normalizedOpcode == ILOpcode.
blt_s
|| normalizedOpcode == ILOpcode.bgt_s
1211
ILOpcode.
blt_s
=> value1.Value.AsInt32() < value2.Value.AsInt32(),
1228
ILOpcode.
blt_s
=> value1.Value.AsInt64() < value2.Value.AsInt64(),
1245
ILOpcode.
blt_s
=> value1.Value.AsDouble() < value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
202
case ILOpcode.
blt_s
:
465
case ILOpcode.
blt_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
384
case ILOpcode.
blt_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
205
case ILOpcode.
blt_s
: