Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h190 bool HasLegalHalfType; // True if the backend supports operations on the half variable
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp5036 bool HasLegalHalfType = true, in GetNeonType()
6090 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); in EmitCommonNeonBuiltinExpr() local