Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:OrigPhi

2262     PHINode *OrigPhi = I->first;
2265 Type *ResumeValTy = (OrigPhi == OldInduction) ? IdxTy : OrigPhi->getType();
2270 PHINode *TruncResumeVal = (OrigPhi == OldInduction) ?
2271 PHINode::Create(OrigPhi->getType(), 2, "trunc.resume.val",
2280 if (OrigPhi == OldInduction) {
2282 PHINode::Create(OrigPhi->getType(), 2, "bc.trunc.resume.val",
2293 assert(OrigPhi->getType()->isIntegerTy() && "Invalid type");
2296 if (OrigPhi == OldInduction) {
2300 BypassBuilder.CreateTrunc(IdxEndRoundDown, OrigPhi->getType());
2355 if (OrigPhi == OldInduction)
2363 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH);
2367 if (OrigPhi == OldInduction) {
2369 OrigPhi->setIncomingValue(BlockIdx, BCTruncResumeVal);
2372 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal);