Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isVectorType

619   if (Ty->isVectorType()) {
2927 if ((T->isVectorType() && getContext().getTypeSize(T) == 128) ||
3007 if (Ty->isVectorType())
3016 if ((EltType->isVectorType() &&
3024 return AlignAsType->isVectorType();
3041 if (Ty->isVectorType()) {
3075 if (RetTy->isVectorType()) {
3393 if (Ty->isVectorType())
3409 if (!Ty->isFloatingType() && !Ty->isVectorType()) {
3484 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128)
4120 const bool SameLengthVectors = Base->isVectorType() && TyPtr->isVectorType()
4299 if (Base->isVectorType()) {
4368 if (Ty->isVectorType())
4446 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 128) {
5257 if (isAggregateTypeForABI(Ty) || Ty->isVectorType()) {
5333 if (isAggregateTypeForABI(RetTy) || RetTy->isVectorType()) {
5339 if (IsO32 && RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())
5570 if (RetTy->isVectorType() && getContext().getTypeSize(RetTy) > 64)