Home
last modified time | relevance | path

Searched defs:getDoubleTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DType.cpp229 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() function in Type
/external/llvm/include/llvm/IR/
DIRBuilder.h340 Type *getDoubleTy() { in getDoubleTy() function
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp819 DIType DebugInfo::getDoubleTy() { in getDoubleTy() function in DebugInfo