Home
last modified time | relevance | path

Searched refs:getFloatingPointTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h480 static Type *getFloatingPointTy(LLVMContext &C, const fltSemantics &S);
HDFixedPointBuilder.h132 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp93 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function in Type
HDConstants.cpp1057 Type *Ty = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
1071 Type *EltTy = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
1077 Type *EltTy = Type::getFloatingPointTy(Context, V.getSemantics()); in get()