Lines Matching defs:PhiX
1564 auto *PhiX = dyn_cast<PHINode>(VarX);
1565 if (PhiX && PhiX->getParent() == LoopEntry &&
1566 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX))
1567 return PhiX;
1589 /// x = phi (x0, x.next); //PhiX
1704 PHINode *PhiX, *CountPhi;
1708 PhiX = CountPhi = nullptr;
1746 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry);
1747 if (!PhiX)
1791 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1))
1818 /// x = phi (x0, x.next); //PhiX
1859 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry);
1860 if (!PhiX)
1863 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader());
2150 /// PhiX = PHI [InitX, DefX]
2152 /// DefX = PhiX >> 1
2165 /// PhiX = PHI [InitX, DefX]
2168 /// DefX = PhiX >> 1