Home
last modified time | relevance | path

Searched refs:getFloat128Width (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h791 unsigned getFloat128Width() const { return 128; } in getFloat128Width() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2154 Width = Target->getFloat128Width(); in getTypeInfoImpl()
2159 Width = AuxTarget->getFloat128Width(); in getTypeInfoImpl()