Home
last modified time | relevance | path

Searched defs:HasLegalHalfType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h228 bool HasLegalHalfType; // True if the backend supports operations on the half variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6337 bool HasLegalHalfType = true, in GetNeonType()
7675 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local