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



81
82
83
# File 'lib/milk_tea/core/ir.rb', line 81

def index
  @index
end

#srcObject (readonly)

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



81
82
83
# File 'lib/milk_tea/core/ir.rb', line 81

def src
  @src
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



81
82
83
# File 'lib/milk_tea/core/ir.rb', line 81

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



81
82
83
# File 'lib/milk_tea/core/ir.rb', line 81

def value
  @value
end