Searched refs:Op2Opcode (Results 1 – 1 of 1) sorted by relevance
21936 unsigned Op2Opcode = Op2->getOpcode(); in tryLowerPartialReductionToDot() local21939 if (ISD::isExtOpcode(Op2Opcode)) { in tryLowerPartialReductionToDot()21940 MulOpLHSIsSigned = MulOpRHSIsSigned = (Op2Opcode == ISD::SIGN_EXTEND); in tryLowerPartialReductionToDot()21943 } else if (Op2Opcode == ISD::MUL) { in tryLowerPartialReductionToDot()