Searched defs:isSSEVectorType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp742 static bool isSSEVectorType(ASTContext &Context, QualType Ty) { function
763 if (isSSEVectorType(Context, FT))
787 if (Align >= 16 && (isSSEVectorType(getContext(), Ty) ||

Completed in 62 milliseconds