reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4540 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) 4541 Ty = CTy->getElementType(); 4545 if (IsQPXVectorTy(Ty)) { 4546 if (getContext().getTypeSize(Ty) > 128) 4550 } else if (Ty->isVectorType()) { 4551 return CharUnits::fromQuantity(getContext().getTypeSize(Ty) == 128 ? 16 : 8); 4557 const Type *EltType = isSingleElementStruct(Ty, getContext()); 4570 isAggregateTypeForABI(Ty) && isHomogeneousAggregate(Ty, Base, Members)) 4570 isAggregateTypeForABI(Ty) && isHomogeneousAggregate(Ty, Base, Members)) 4585 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { 4585 if (isAggregateTypeForABI(Ty) && getContext().getTypeAlign(Ty) >= 128) { 4586 if (HasQPX && getContext().getTypeAlign(Ty) >= 256)