Searched refs:LHSPtrAdd (Results 1 – 1 of 1) sorted by relevance
4609 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS() local4614 LHSPtrAdd->moveBefore(&MI); in matchReassocConstantInnerLHS()4621 Observer.changingInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4622 LHSPtrAdd->getOperand(2).setReg(RHSReg); in matchReassocConstantInnerLHS()4623 Observer.changedInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4633 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree() local4634 if (!LHSPtrAdd) in matchReassocFoldConstantsInSubTree()4638 Register LHSSrc1 = LHSPtrAdd->getBaseReg(); in matchReassocFoldConstantsInSubTree()4639 Register LHSSrc2 = LHSPtrAdd->getOffsetReg(); in matchReassocFoldConstantsInSubTree()