Searched refs:PhiX (Results 1 – 1 of 1) sorted by relevance
780 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local784 PhiX = CountPhi = nullptr; in detectPopcountIdiom()824 PhiX = dyn_cast<PHINode>(VarX1); in detectPopcountIdiom()825 if (!PhiX || in detectPopcountIdiom()826 (PhiX->getOperand(0) != DefX2 && PhiX->getOperand(1) != DefX2)) { in detectPopcountIdiom()874 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()