Lines Matching defs:PhiX
1560 auto *PhiX = dyn_cast<PHINode>(VarX);
1561 if (PhiX && PhiX->getParent() == LoopEntry &&
1562 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX))
1563 return PhiX;
1585 /// x = phi (x0, x.next); //PhiX
1700 PHINode *PhiX, *CountPhi;
1704 PhiX = CountPhi = nullptr;
1742 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry);
1743 if (!PhiX)
1787 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1))
1814 /// x = phi (x0, x.next); //PhiX
1855 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry);
1856 if (!PhiX)
1859 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader());
2150 /// PhiX = PHI [InitX, DefX]
2152 /// DefX = PhiX >> 1
2165 /// PhiX = PHI [InitX, DefX]
2168 /// DefX = PhiX >> 1