Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PhiX

1012   PHINode *PhiX, *CountPhi;
1016 PhiX = CountPhi = nullptr;
1056 PhiX = dyn_cast<PHINode>(VarX1);
1057 if (!PhiX ||
1058 (PhiX->getOperand(0) != DefX2 && PhiX->getOperand(1) != DefX2)) {
1106 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1))