Searched refs:AddInst (Results 1 – 4 of 4) sorted by relevance
863 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local864 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()865 AddInst->eraseFromParent(); in tryCreateIncrementingWBGatScat()
1705 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local1706 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyAndOfICmpsWithAdd()1710 bool isNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1711 bool isNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1841 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local1842 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyOrOfICmpsWithAdd()1846 bool isNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()1847 bool isNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()
1587 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local1733 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()1900 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
1077 MachineInstr &AddInst = in selectUadde() local1085 if (!constrainSelectedInstRegOperands(AddInst, TII, TRI, RBI) || in selectUadde()