Searched refs:LHSPtrAdd (Results 1 – 1 of 1) sorted by relevance
4618 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS() local4623 LHSPtrAdd->moveBefore(&MI); in matchReassocConstantInnerLHS()4630 Observer.changingInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4631 LHSPtrAdd->getOperand(2).setReg(RHSReg); in matchReassocConstantInnerLHS()4632 Observer.changedInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4642 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree() local4643 if (!LHSPtrAdd) in matchReassocFoldConstantsInSubTree()4647 Register LHSSrc1 = LHSPtrAdd->getBaseReg(); in matchReassocFoldConstantsInSubTree()4648 Register LHSSrc2 = LHSPtrAdd->getOffsetReg(); in matchReassocFoldConstantsInSubTree()