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, #element_type, #eql?, from_ptr, function, #kind, #null, #null_pointer, opaque, #pointer, pointer, rec, #refine, #size, struct, #to_ptr, vector, void

Instance Method Details

#widthObject



123
124
125
# File 'lib/llvm/core/type.rb', line 123

def width
  C.LLVMGetIntTypeWidth(self)
end