Searched refs:AddInst (Results 1 – 4 of 4) sorted by relevance
877 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local878 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()879 AddInst->eraseFromParent(); in tryCreateIncrementingWBGatScat()
927 Instruction *AddInst = cast<Instruction>(Add); in foldLShrOverflowBit() local928 Builder.SetInsertPoint(AddInst); in foldLShrOverflowBit()938 replaceInstUsesWith(*AddInst, Builder.CreateZExt(NarrowAdd, Ty)); in foldLShrOverflowBit()939 eraseInstFromFunction(*AddInst); in foldLShrOverflowBit()
1593 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local1736 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()1903 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
1700 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local1701 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyAndOfICmpsWithAdd()1705 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1706 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()1791 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local1792 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyOrOfICmpsWithAdd()1796 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()1797 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()