Class: LLVM::IntType
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
#width ⇒ Object
123 124 125 |
# File 'lib/llvm/core/type.rb', line 123 def width C.LLVMGetIntTypeWidth(self) end |