Class: MLIR::Dialect::Ruby::SSARetValue
- Inherits:
-
Struct
- Object
- Struct
- MLIR::Dialect::Ruby::SSARetValue
- Defined in:
- lib/mlir/dialect/ruby/prism_loader.rb
Overview
A struct to hold SSA variable and its type
Instance Attribute Summary collapse
-
#ssa_var ⇒ Object
Returns the value of attribute ssa_var.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ssa_var ⇒ Object
Returns the value of attribute ssa_var
11 12 13 |
# File 'lib/mlir/dialect/ruby/prism_loader.rb', line 11 def ssa_var @ssa_var end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/mlir/dialect/ruby/prism_loader.rb', line 11 def type @type end |