Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.cpp120 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp281 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h648 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp884 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2112 Width = Target->getFloatWidth(); in getTypeInfoImpl()