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