Class: LLVM::IntType

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

Instance Method Summary collapse

Methods inherited from Type

#aggregate?, #align, array, #dump, #element_type, from_ptr, function, #kind, label, #literal_struct?, named, #null, #null_pointer, opaque_struct, #opaque_struct?, #packed_struct?, #pointer, pointer, ptr, rec, #size, struct, #to_s, vector, void, x86_amx, x86_mmx

Methods included from PointerIdentity

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

Instance Method Details

#widthObject



186
187
188
# File 'lib/llvm/core/type.rb', line 186

def width
  C.get_int_type_width(self)
end