Searched refs:SubOneOp (Results 1 – 1 of 1) sorted by relevance
801 BinaryOperator *SubOneOp; in detectPopcountIdiom() local803 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()807 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()809 if (!SubOneOp) in detectPopcountIdiom()812 Instruction *SubInst = cast<Instruction>(SubOneOp); in detectPopcountIdiom()