Class: LLVM::Double

Inherits:
ConstantReal show all
Defined in:
lib/llvm/core/value.rb

Class Method Summary collapse

Methods inherited from ConstantReal

#*, #+, #-@, #/, #fcmp, from_f, parse, #rem

Methods inherited from Constant

#bitcast_to, #gep, null, null_ptr, #ptr_to_int, undef

Methods inherited from User

#operands

Methods inherited from Value

#add_attribute, #constant?, #dump, from_ptr, #name, #name=, #null?, #remove_attribute, to_ptr, #type, #undefined?

Methods included from PointerIdentity

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

Class Method Details

.typeObject



597
598
599
# File 'lib/llvm/core/value.rb', line 597

def self.type
  Type.from_ptr(C.double_type, :double)
end