Home | History | Annotate | Download | only in Scalar

Lines Matching defs:isHomogeneousAggregate

1757 /// isHomogeneousAggregate - Check if type T is a struct or array containing
1761 static bool isHomogeneousAggregate(Type *T, unsigned &NumElts,
1788 if (isHomogeneousAggregate(T1, NumElts1, EltTy1) &&
1789 isHomogeneousAggregate(T2, NumElts2, EltTy2) &&