Home
last modified time | relevance | path

Searched refs:getRealTypeByWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp279 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth() function in TargetInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h404 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp11189 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitIEEE); in getRealTypeForBitwidth()