Class: MilkTea::IR::SimdLaneWith

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject (readonly)

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



79
80
81
# File 'lib/milk_tea/core/ir.rb', line 79

def index
  @index
end

#srcObject (readonly)

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



79
80
81
# File 'lib/milk_tea/core/ir.rb', line 79

def src
  @src
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



79
80
81
# File 'lib/milk_tea/core/ir.rb', line 79

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



79
80
81
# File 'lib/milk_tea/core/ir.rb', line 79

def value
  @value
end