Searched refs:ExtendLHS (Results 1 – 1 of 1) sorted by relevance
2113 SDValue ExtendLHS = Mul->getOperand(0); in performLowerPartialReduction() local2115 assert((ISD::isExtOpcode(ExtendLHS.getOpcode()) && in performLowerPartialReduction()2118 assert(ExtendLHS.getOpcode() == ExtendRHS.getOpcode() && in performLowerPartialReduction()2121 SDValue ExtendInLHS = ExtendLHS->getOperand(0); in performLowerPartialReduction()2123 bool IsSigned = ExtendLHS->getOpcode() == ISD::SIGN_EXTEND; in performLowerPartialReduction()