Searched refs:LHSOpc (Results 1 – 1 of 1) sorted by relevance
7465 unsigned LHSOpc = LHS.getOpcode(); in performAddCarrySubCarryCombine() local7467 if ((LHSOpc == ISD::ADD && Opc == ISD::ADDCARRY) || in performAddCarrySubCarryCombine()7468 (LHSOpc == ISD::SUB && Opc == ISD::SUBCARRY)) { in performAddCarrySubCarryCombine()