Searched refs:LHSOpc (Results 1 – 2 of 2) sorted by relevance
4747 unsigned LHSOpc = LHSInst->getOpcode(); in matchNarrowBinopFeedingAnd() local4748 switch (LHSOpc) { in matchNarrowBinopFeedingAnd()4791 Builder.buildInstr(LHSOpc, {NarrowTy}, {NarrowLHS, NarrowRHS}); in matchNarrowBinopFeedingAnd()
11247 unsigned LHSOpc = LHS.getOpcode(); in performAddCarrySubCarryCombine() local11249 if ((LHSOpc == ISD::ADD && Opc == ISD::ADDCARRY) || in performAddCarrySubCarryCombine()11250 (LHSOpc == ISD::SUB && Opc == ISD::SUBCARRY)) { in performAddCarrySubCarryCombine()