Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DType.cpp242 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } getDoubleTy() function in Type
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp835 DIType *DebugInfo::getDoubleTy() { in getDoubleTy() function in DebugInfo
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h556 Type *getDoubleTy() { getDoubleTy() function