Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h446 static Type *getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function
H A DFixedPointBuilder.h130 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1049 Type *Ty = Type::getFloatingPointTy(Context, V.getSemantics()); in get()