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
81 82 83 |
# File 'lib/milk_tea/core/ir.rb', line 81 def index @index end |
#src ⇒ Object (readonly)
Returns the value of attribute src
81 82 83 |
# File 'lib/milk_tea/core/ir.rb', line 81 def src @src end |
#type ⇒ Object (readonly)
Returns the value of attribute type
81 82 83 |
# File 'lib/milk_tea/core/ir.rb', line 81 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
81 82 83 |
# File 'lib/milk_tea/core/ir.rb', line 81 def value @value end |