Searched defs:getDoubleTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DType.cpp29 case DoubleTyID : return getDoubleTy(C);
203 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } function in class:Type
225 return getDoubleTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/Support/
H A DIRBuilder.h254 /// getDoubleTy - Fetch the type representing a 64-bit floating point value.
255 Type *getDoubleTy() { function in class:llvm::IRBuilderBase
256 return Type::getDoubleTy(Context);

Completed in 304 milliseconds