Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h772 unsigned getBFloat16Width() const { return BFloat16Width; } in getBFloat16Width() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2105 Width = Target->getBFloat16Width(); in getTypeInfoImpl()
2111 Width = AuxTarget->getBFloat16Width(); in getTypeInfoImpl()