public final class com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector extends com.oracle.truffle.llvm.runtime.vector.LLVMVector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector
  super_class: com.oracle.truffle.llvm.runtime.vector.LLVMVector
{
  private final float[] vector;
    descriptor: [F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector create(float[]);
    descriptor: ([F)Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // float[] vector
         0: .line 42
            new com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector
            dup
            aload 0 /* vector */
            invokespecial com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.<init>:([F)V
            areturn
        end local 0 // float[] vector
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  vector  [F
    MethodParameters:
        Name  Flags
      vector  

  private void <init>(float[]);
    descriptor: ([F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
        start local 1 // float[] vector
         0: .line 45
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.vector.LLVMVector.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* vector */
            putfield com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.vector:[F
         2: .line 47
            return
        end local 1 // float[] vector
        end local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;
            0    3     1  vector  [F
    MethodParameters:
        Name  Flags
      vector  

  public float getValue(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
        start local 1 // int index
         0: .line 50
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.vector:[F
            iload 1 /* index */
            faload
            freturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
         0: .line 55
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.vector:[F
            arraylength
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;

  public com.oracle.truffle.llvm.runtime.types.Type getElementType();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/types/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
         0: .line 60
            getstatic com.oracle.truffle.llvm.runtime.types.PrimitiveType.FLOAT:Lcom/oracle/truffle/llvm/runtime/types/PrimitiveType;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;

  public java.lang.Object getElement(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
        start local 1 // int index
         0: .line 65
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.vector:[F
            arraylength
            if_icmpge 1
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector.vector:[F
            iload 1 /* index */
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Float
         2: areturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.llvm.runtime.vector.LLVMFloatVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/llvm/runtime/vector/LLVMFloatVector;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "LLVMFloatVector.java"
InnerClasses:
  public abstract ValueType = com.oracle.truffle.api.CompilerDirectives$ValueType of com.oracle.truffle.api.CompilerDirectives
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$ValueType()