Searched defs:getDoubleTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 242 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } getDoubleTy() function in Type |
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ | ||
H A D | toy.cpp | 835 DIType *DebugInfo::getDoubleTy() { in getDoubleTy() function in DebugInfo |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | IRBuilder.h | 556 Type *getDoubleTy() { getDoubleTy() function |