Class: Kumi::IR::Loop::Lower::Instance

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/ir/loop/lower.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#axisObject

Returns the value of attribute axis

Returns:

  • (Object)

    the current value of axis



55
56
57
# File 'lib/kumi/ir/loop/lower.rb', line 55

def axis
  @axis
end

#elemObject

Returns the value of attribute elem

Returns:

  • (Object)

    the current value of elem



55
56
57
# File 'lib/kumi/ir/loop/lower.rb', line 55

def elem
  @elem
end

#idxObject

Returns the value of attribute idx

Returns:

  • (Object)

    the current value of idx



55
56
57
# File 'lib/kumi/ir/loop/lower.rb', line 55

def idx
  @idx
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



55
56
57
# File 'lib/kumi/ir/loop/lower.rb', line 55

def node
  @node
end

Instance Method Details

#bodyObject



56
# File 'lib/kumi/ir/loop/lower.rb', line 56

def body = node.body