Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Ty1

1863               Type *Ty1 = Q.second.first->getType(),
1865 Type *VTy = getVecTypeForPair(Ty1, Ty2);
1895 Type *Ty1 = S->first->getType(),
1897 Type *VTy = getVecTypeForPair(Ty1, Ty2);
1917 if (Ty1->isVectorTy()) {
1919 Ty1, VTy);
1921 TargetTransformInfo::SK_ExtractSubvector, VTy, 0, Ty1));
1954 Ty1->isVectorTy() ? Ty1->getVectorNumElements() : 1, Ty2));
1986 Type *Ty1 = O1->getType(),
1988 Type *VTy = getVecTypeForPair(Ty1, Ty2);
1992 if (Ty1 == Ty2) {
2035 } else if (!Ty1->isVectorTy() && !Ty2->isVectorTy()) {
2040 } else if (!Ty1->isVectorTy()) {
2051 Instruction::InsertElement, Ty1, 0);
2053 VTy, Ty1);
2055 Type *TyBig = Ty1, *TySmall = Ty2;
2056 if (Ty2->getVectorNumElements() > Ty1->getVectorNumElements())