Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h705 virtual bool hasFullBFloat16Type() const { return HasFullBFloat16; } in hasFullBFloat16Type() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1591 if (TI.hasBFloat16Type() && !TI.hasFullBFloat16Type() && in UseExcessPrecision()