Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h198 bool HasLegalHalfType; // True if the backend supports operations on the half variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5276 bool HasLegalHalfType = true, in GetNeonType()
6368 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local