Searched refs:getLongDoubleFormat (Results 1 – 6 of 6) sorted by relevance
223 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended) in getRealTypeByWidth()227 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble || in getRealTypeByWidth()228 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad) in getRealTypeByWidth()
385 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
749 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
2345 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()2470 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()3627 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
1794 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
1348 case BuiltinType::LongDouble: return Target->getLongDoubleFormat(); in getFloatTypeSemantics()