Class: Fixnum

Inherits:
Object show all
Defined in:
lib/llvm.rb

Instance Method Summary collapse

Instance Method Details

#llvm(type = LLVM::MACHINE_WORD) ⇒ Object



4
5
6
# File 'lib/llvm.rb', line 4

def llvm(type = LLVM::MACHINE_WORD)
  LLVM::Value.get_constant(type, self)
end