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, undef

Methods inherited from User

#operands

Methods inherited from Value

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

Class Method Details

.typeObject



501
502
503
# File 'lib/llvm/core/value.rb', line 501

def self.type
  Type.from_ptr(C.LLVMDoubleType)
end