Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h341 Type *getDoubleTy() { in getDoubleTy() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp229 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() function in Type
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp818 DIType DebugInfo::getDoubleTy() { in getDoubleTy() function in DebugInfo