11 references to bgt_s
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
840
case ILOpcode.
bgt_s
:
Compiler\Dataflow\ScannerExtensions.cs (1)
22
case ILOpcode.
bgt_s
:
Compiler\TypePreinit.cs (5)
1159
case ILOpcode.
bgt_s
:
1198
else if (normalizedOpcode == ILOpcode.blt_s || normalizedOpcode == ILOpcode.
bgt_s
1213
ILOpcode.
bgt_s
=> value1.Value.AsInt32() > value2.Value.AsInt32(),
1230
ILOpcode.
bgt_s
=> value1.Value.AsInt64() > value2.Value.AsInt64(),
1247
ILOpcode.
bgt_s
=> value1.Value.AsDouble() > value2.Value.AsDouble(),
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
200
case ILOpcode.
bgt_s
:
463
case ILOpcode.
bgt_s
:
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
382
case ILOpcode.
bgt_s
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
201
case ILOpcode.
bgt_s
: