Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h472 LLVM_ABI static Type *getFloatingPointTy(LLVMContext &C,
H A DFixedPointBuilder.h132 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp126 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function in Type
H A DConstants.cpp1078 Type *Ty = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
1092 Type *EltTy = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
1098 Type *EltTy = Type::getFloatingPointTy(Context, V.getSemantics()); in get()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp376 Check("half", llvm::Type::getFloatingPointTy(Context, *Target.HalfFormat), in checkDataLayoutConsistency()
380 Check("float", llvm::Type::getFloatingPointTy(Context, *Target.FloatFormat), in checkDataLayoutConsistency()
385 llvm::Type::getFloatingPointTy(Context, *Target.DoubleFormat), in checkDataLayoutConsistency()
388 llvm::Type::getFloatingPointTy(Context, *Target.LongDoubleFormat), in checkDataLayoutConsistency()