Searched refs:isSIMDVectorType (Results 1 – 3 of 3) sorted by relevance
152 bool isSIMDVectorType(ASTContext &Context, QualType Ty);
426 bool CodeGen::isSIMDVectorType(ASTContext &Context, QualType Ty) { in isSIMDVectorType() function in CodeGen445 if (isSIMDVectorType(Context, FT)) in isRecordWithSIMDVectorType()
599 if (Align >= 16 && (isSIMDVectorType(getContext(), Ty) || in getTypeStackAlignInBytes()