Searched refs:PhiX (Results 1 – 1 of 1) sorted by relevance
1012 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local1016 PhiX = CountPhi = nullptr; in detectPopcountIdiom()1056 PhiX = dyn_cast<PHINode>(VarX1); in detectPopcountIdiom()1057 if (!PhiX || in detectPopcountIdiom()1058 (PhiX->getOperand(0) != DefX2 && PhiX->getOperand(1) != DefX2)) { in detectPopcountIdiom()1106 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()