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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp114 FloatWidth = HostTarget->getFloatWidth();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp266 if (getFloatWidth() == BitWidth)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h579 /// getFloatWidth/Align/Format - Return the size/align/format of 'float'.
580 unsigned getFloatWidth() const { return FloatWidth; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp816 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2097 Width = Target->getFloatWidth();

Completed in 86 milliseconds