Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isHomogeneousAggregate

2523 /// isHomogeneousAggregate - Return true if a type is an AAPCS-VFP homogeneous
2527 static bool isHomogeneousAggregate(QualType Ty, const Type *&Base,
2532 if (!isHomogeneousAggregate(AT->getElementType(), Base, Context, &Members))
2545 if (!isHomogeneousAggregate(FD->getType(), Base, Context, &FldMembers))
2612 if (isHomogeneousAggregate(Ty, Base, getContext())) {
2781 if (isHomogeneousAggregate(RetTy, Base, getContext())) {