Class: LLVM::Double
- Inherits:
-
ConstantReal
- Object
- Value
- User
- Constant
- ConstantReal
- LLVM::Double
- 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
Methods inherited from Value
#add_attribute, #allocated_type, #constant?, #dump, from_ptr, #name, #name=, #null?, #remove_attribute, to_ptr, #to_s, #type, #undefined?
Methods included from PointerIdentity
Class Method Details
.type ⇒ Object
621 622 623 |
# File 'lib/llvm/core/value.rb', line 621 def self.type Type.from_ptr(C.double_type, :double) end |