Searched refs:getFloatingPointTy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 472 LLVM_ABI static Type *getFloatingPointTy(LLVMContext &C,
|
| H A D | FixedPointBuilder.h | 132 return Type::getFloatingPointTy(Ty->getContext(), *FloatSema); in getAccommodatingFloatType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 126 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy() function in Type
|
| H A D | Constants.cpp | 1078 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 D | CodeGenModule.cpp | 376 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()
|