LLVM API Documentation

llvm::ConstantCreator< ConstantFP, Type, uint64_t > Struct Template Reference

List of all members.

Static Public Member Functions

static ConstantFPcreate (const Type *Ty, uint64_t V)

Detailed Description

template<>
struct llvm::ConstantCreator< ConstantFP, Type, uint64_t >

Definition at line 801 of file Constants.cpp.


Member Function Documentation

static ConstantFP* llvm::ConstantCreator< ConstantFP, Type, uint64_t >::create ( const Type Ty,
uint64_t  V 
) [inline, static]

Definition at line 802 of file Constants.cpp.

References llvm::BitsToDouble(), llvm::ISD::ConstantFP, llvm::Type::DoubleTy, and Ty.


The documentation for this struct was generated from the following file: