Class: LLVM::IntType

Inherits:
Type
  • Object
show all
Defined in:
lib/llvm/core/type.rb

Instance Method Summary collapse

Methods inherited from Type

#align, array, #dump, #element_type, from_ptr, function, #kind, #null, #null_pointer, #pointer, pointer, rec, #size, struct, vector, void

Methods included from PointerIdentity

#==, #eql?, #hash, #to_ptr

Instance Method Details

#widthObject



114
115
116
# File 'lib/llvm/core/type.rb', line 114

def width
  C.get_int_type_width(self)
end