Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h480 static Type *getFloatingPointTy(LLVMContext &C, const fltSemantics &S); in getScalarTy()
H A DFixedPointBuilder.h132 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp93 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function in Type
H A DConstants.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()