Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp241 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h551 Type *getFloatTy() { in getFloatTy() function