Searched refs:OpcodeCand0 (Results 1 – 1 of 1) sorted by relevance
9086 unsigned OpcodeCand0 = detectEvenOddMultiplyOperand(DAG, Subtarget, Op0); in combineMUL() local9088 if (OpcodeCand0 && OpcodeCand0 == OpcodeCand1) in combineMUL()9089 return DAG.getNode(OpcodeCand0, SDLoc(N), N->getValueType(0), Op0, Op1); in combineMUL()