Class: MilkTea::IR::SimdLaneWith
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::SimdLaneWith
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#src ⇒ Object
readonly
Returns the value of attribute src.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def index @index end |
#src ⇒ Object (readonly)
Returns the value of attribute src
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def src @src end |
#type ⇒ Object (readonly)
Returns the value of attribute type
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
79 80 81 |
# File 'lib/milk_tea/core/ir.rb', line 79 def value @value end |