Searched refs:DefX2 (Results 1 – 1 of 1) sorted by relevance
1698 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local1702 DefX2 = CountInst = nullptr; in detectPopcountIdiom()1711 DefX2 = dyn_cast<Instruction>(T); in detectPopcountIdiom()1718 if (!DefX2 || DefX2->getOpcode() != Instruction::And) in detectPopcountIdiom()1723 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()1724 VarX1 = DefX2->getOperand(1); in detectPopcountIdiom()1726 VarX1 = DefX2->getOperand(0); in detectPopcountIdiom()1727 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()1742 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()