Searched defs:IsQuad (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetBuiltins.h | 205 NeonTypeFlags(EltType ET,bool IsUnsigned,bool IsQuad) NeonTypeFlags() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaARM.cpp | 320 int IsQuad = ForceQuad ? true : Type.isQuad(); RFT() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBuiltin.cpp | 6251 int IsQuad = TypeFlags.isQuad(); GetNeonType() local |