Home
last modified time | relevance | path

Searched defs:getFloatTy (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h336 Type *getFloatTy() { in getFloatTy() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp228 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type