Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EltType

3013   const Type *EltType = isSingleElementStruct(Ty, getContext());
3014 if (EltType) {
3015 const BuiltinType *BT = EltType->getAs<BuiltinType>();
3016 if ((EltType->isVectorType() &&
3017 getContext().getTypeSize(EltType) == 128) ||
3019 AlignAsType = EltType;