Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h228 bool HasLegalHalfType; // True if the backend supports operations on the half global() variable
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6248 GetNeonType(CodeGenFunction * CGF,NeonTypeFlags TypeFlags,bool HasLegalHalfType=true,bool V1Ty=false,bool AllowBFloatArgsAndRet=true) GetNeonType() argument
7586 const bool HasLegalHalfType = getTarget().hasLegalHalfType(); EmitCommonNeonBuiltinExpr() local