Home
last modified time | relevance | path

Searched refs:isRecordWithSSEVectorType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1462 static bool isRecordWithSSEVectorType(ASTContext &Context, QualType Ty) { in isRecordWithSSEVectorType() function
1471 if (!isRecordWithSSEVectorType(Context, I.getType())) in isRecordWithSSEVectorType()
1480 if (isRecordWithSSEVectorType(Context, FT)) in isRecordWithSSEVectorType()
1502 isRecordWithSSEVectorType(getContext(), Ty))) in getTypeStackAlignInBytes()