Searched refs:AddInst (Results 1 – 4 of 4) sorted by relevance
880 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local881 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()882 AddInst->eraseFromParent(); in tryCreateIncrementingWBGatScat()
946 Instruction *AddInst = cast<Instruction>(Add); in foldLShrOverflowBit() local947 Builder.SetInsertPoint(AddInst); in foldLShrOverflowBit()957 replaceInstUsesWith(*AddInst, Builder.CreateZExt(NarrowAdd, Ty)); in foldLShrOverflowBit()958 eraseInstFromFunction(*AddInst); in foldLShrOverflowBit()
1588 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local1731 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()1898 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
1715 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local1716 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyAndOfICmpsWithAdd()1720 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1721 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1806 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local1807 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyOrOfICmpsWithAdd()1811 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()1812 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()