Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:getNumIncomingValues

641       for (unsigned i = 0, e = PH->getNumIncomingValues(); i < e; ++i) {
1187 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues());
1190 for (unsigned i = 0, e = PH->getNumIncomingValues(); i < e; ++i) {
1205 assert(NewPhi->getNumIncomingValues() == PH->getNumIncomingValues() &&
1413 for (int i = 0, e = PH->getNumIncomingValues(); i != e; ++i) {
1894 if (P->getNumIncomingValues() != 2)