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

/external/llvm/lib/IR/
H A DType.cpp31 case DoubleTyID : return getDoubleTy(C);
225 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } function in class:Type
251 return getDoubleTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h341 Type *getDoubleTy() { function in class:llvm::IRBuilderBase
342 return Type::getDoubleTy(Context);

Completed in 102 milliseconds