Class: LLVM::IntType
Instance Method Summary collapse
Methods inherited from Type
#aggregate?, #align, array, #dump, #element_type, from_ptr, function, #kind, #null, #null_pointer, #pointer, pointer, rec, #size, struct, #to_s, vector, void
Methods included from PointerIdentity
Instance Method Details
#width ⇒ Object
125 126 127 |
# File 'lib/llvm/core/type.rb', line 125 def width C.get_int_type_width(self) end |