Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:OrigPhi

1297     PHINode *OrigPhi = I->first;
1299 PHINode *ResumeVal = PHINode::Create(OrigPhi->getType(), 2, "resume.val",
1307 assert(OrigPhi->getType()->isIntegerTy() && "Invalid type");
1308 assert(OrigPhi == OldInduction && "Unknown integer PHI");
1364 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH);
1365 OrigPhi->setIncomingValue(BlockIdx, ResumeVal);