public class org.graalvm.compiler.nodes.util.SignedIntegerHelper extends org.graalvm.compiler.nodes.util.IntegerHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.util.SignedIntegerHelper
  super_class: org.graalvm.compiler.nodes.util.IntegerHelper
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.nodes.util.SignedIntegerHelper.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // int bits
         0: .line 39
            aload 0 /* this */
            iload 1 /* bits */
            invokespecial org.graalvm.compiler.nodes.util.IntegerHelper.<init>:(I)V
         1: .line 40
            return
        end local 1 // int bits
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    2     1  bits  I
    MethodParameters:
      Name  Flags
      bits  

  public long upperBound(org.graalvm.compiler.core.common.type.IntegerStamp);
    descriptor: (Lorg/graalvm/compiler/core/common/type/IntegerStamp;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // org.graalvm.compiler.core.common.type.IntegerStamp stamp
         0: .line 44
            getstatic org.graalvm.compiler.nodes.util.SignedIntegerHelper.$assertionsDisabled:Z
            ifne 1
            aload 1 /* stamp */
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.getBits:()I
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 45
      StackMap locals:
      StackMap stack:
            aload 1 /* stamp */
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.upperBound:()J
            lreturn
        end local 1 // org.graalvm.compiler.core.common.type.IntegerStamp stamp
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    2     1  stamp  Lorg/graalvm/compiler/core/common/type/IntegerStamp;
    MethodParameters:
       Name  Flags
      stamp  

  public long lowerBound(org.graalvm.compiler.core.common.type.IntegerStamp);
    descriptor: (Lorg/graalvm/compiler/core/common/type/IntegerStamp;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // org.graalvm.compiler.core.common.type.IntegerStamp stamp
         0: .line 50
            getstatic org.graalvm.compiler.nodes.util.SignedIntegerHelper.$assertionsDisabled:Z
            ifne 1
            aload 1 /* stamp */
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.getBits:()I
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* stamp */
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.lowerBound:()J
            lreturn
        end local 1 // org.graalvm.compiler.core.common.type.IntegerStamp stamp
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    2     1  stamp  Lorg/graalvm/compiler/core/common/type/IntegerStamp;
    MethodParameters:
       Name  Flags
      stamp  

  protected int rawCompare(long, long);
    descriptor: (JJ)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // long a
        start local 3 // long b
         0: .line 56
            lload 1 /* a */
            lload 3 /* b */
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1     a  J
            0    1     3     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  protected long rawMin(long, long);
    descriptor: (JJ)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // long a
        start local 3 // long b
         0: .line 61
            lload 1 /* a */
            lload 3 /* b */
            invokestatic java.lang.Math.min:(JJ)J
            lreturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1     a  J
            0    1     3     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  protected long rawMax(long, long);
    descriptor: (JJ)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // long a
        start local 3 // long b
         0: .line 66
            lload 1 /* a */
            lload 3 /* b */
            invokestatic java.lang.Math.max:(JJ)J
            lreturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1     a  J
            0    1     3     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  public long cast(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // long a
         0: .line 71
            lload 1 /* a */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            invokestatic jdk.vm.ci.code.CodeUtil.signExtend:(JI)J
            lreturn
        end local 1 // long a
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1     a  J
    MethodParameters:
      Name  Flags
      a     

  public long minValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
         0: .line 76
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            invokestatic org.graalvm.compiler.core.common.NumUtil.minValue:(I)J
            lreturn
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;

  public long maxValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
         0: .line 81
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            invokestatic org.graalvm.compiler.core.common.NumUtil.maxValue:(I)J
            lreturn
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;

  public org.graalvm.compiler.core.common.type.IntegerStamp stamp(long, long);
    descriptor: (JJ)Lorg/graalvm/compiler/core/common/type/IntegerStamp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // long min
        start local 3 // long max
         0: .line 86
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.util.SignedIntegerHelper.bits:I
            aload 0 /* this */
            lload 1 /* min */
            invokevirtual org.graalvm.compiler.nodes.util.SignedIntegerHelper.cast:(J)J
            aload 0 /* this */
            lload 3 /* max */
            invokevirtual org.graalvm.compiler.nodes.util.SignedIntegerHelper.cast:(J)J
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forInteger:(IJJ)Lorg/graalvm/compiler/core/common/type/IntegerStamp;
            areturn
        end local 3 // long max
        end local 1 // long min
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1   min  J
            0    1     3   max  J
    MethodParameters:
      Name  Flags
      min   
      max   

  public org.graalvm.compiler.nodes.LogicNode createCompareNode(org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.NodeView);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/nodes/LogicNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
        start local 1 // org.graalvm.compiler.nodes.ValueNode x
        start local 2 // org.graalvm.compiler.nodes.ValueNode y
        start local 3 // org.graalvm.compiler.nodes.NodeView view
         0: .line 91
            aload 1 /* x */
            aload 2 /* y */
            aload 3 /* view */
            invokestatic org.graalvm.compiler.nodes.calc.IntegerLessThanNode.create:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/nodes/LogicNode;
            areturn
        end local 3 // org.graalvm.compiler.nodes.NodeView view
        end local 2 // org.graalvm.compiler.nodes.ValueNode y
        end local 1 // org.graalvm.compiler.nodes.ValueNode x
        end local 0 // org.graalvm.compiler.nodes.util.SignedIntegerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/util/SignedIntegerHelper;
            0    1     1     x  Lorg/graalvm/compiler/nodes/ValueNode;
            0    1     2     y  Lorg/graalvm/compiler/nodes/ValueNode;
            0    1     3  view  Lorg/graalvm/compiler/nodes/NodeView;
    MethodParameters:
      Name  Flags
      x     
      y     
      view  
}
SourceFile: "SignedIntegerHelper.java"