Searched refs:LHSPtrAdd (Results 1 – 1 of 1) sorted by relevance
4899 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS() local4904 LHSPtrAdd->moveBefore(&MI); in matchReassocConstantInnerLHS()4911 Observer.changingInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4912 LHSPtrAdd->getOperand(2).setReg(RHSReg); in matchReassocConstantInnerLHS()4913 Observer.changedInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4922 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree() local4923 if (!LHSPtrAdd) in matchReassocFoldConstantsInSubTree()4927 Register LHSSrc1 = LHSPtrAdd->getBaseReg(); in matchReassocFoldConstantsInSubTree()4928 Register LHSSrc2 = LHSPtrAdd->getOffsetReg(); in matchReassocFoldConstantsInSubTree()