Searched refs:LHSPtrAdd (Results 1 – 1 of 1) sorted by relevance
4771 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS() local4776 LHSPtrAdd->moveBefore(&MI); in matchReassocConstantInnerLHS()4783 Observer.changingInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4784 LHSPtrAdd->getOperand(2).setReg(RHSReg); in matchReassocConstantInnerLHS()4785 Observer.changedInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4795 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree() local4796 if (!LHSPtrAdd) in matchReassocFoldConstantsInSubTree()4800 Register LHSSrc1 = LHSPtrAdd->getBaseReg(); in matchReassocFoldConstantsInSubTree()4801 Register LHSSrc2 = LHSPtrAdd->getOffsetReg(); in matchReassocFoldConstantsInSubTree()