Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:VecTy

2658     Type *VecTy = VectorExit[0]->getType();
2678 VecTy->getScalarType());
2726 PHINode *NewPhi = Builder.CreatePHI(VecTy, 2, "rdx.vec.exit.phi");
2910 Type *VecTy = (VF == 1) ? PN->getType() :
2912 Entry[part] = PHINode::Create(VecTy, 2, "vec.phi",