Searched refs:SubOneOp (Results 1 – 1 of 1) sorted by relevance
1033 BinaryOperator *SubOneOp; in detectPopcountIdiom() local1035 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()1039 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()1041 if (!SubOneOp) in detectPopcountIdiom()1044 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectPopcountIdiom()