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