Searched refs:LHSOpc (Results 1 – 2 of 2) sorted by relevance
5004 unsigned LHSOpc = LHSInst->getOpcode(); in matchNarrowBinopFeedingAnd() local5005 switch (LHSOpc) { in matchNarrowBinopFeedingAnd()5048 Builder.buildInstr(LHSOpc, {NarrowTy}, {NarrowLHS, NarrowRHS}); in matchNarrowBinopFeedingAnd()
14294 unsigned LHSOpc = LHS.getOpcode(); in performAddCarrySubCarryCombine() local14296 if ((LHSOpc == ISD::ADD && Opc == ISD::UADDO_CARRY) || in performAddCarrySubCarryCombine()14297 (LHSOpc == ISD::SUB && Opc == ISD::USUBO_CARRY)) { in performAddCarrySubCarryCombine()