Searched refs:LHSPtrAdd (Results 1 – 1 of 1) sorted by relevance
4550 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS() local4555 LHSPtrAdd->moveBefore(&MI); in matchReassocConstantInnerLHS()4560 Observer.changingInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4561 LHSPtrAdd->getOperand(2).setReg(RHSReg); in matchReassocConstantInnerLHS()4562 Observer.changedInstr(*LHSPtrAdd); in matchReassocConstantInnerLHS()4572 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree() local4573 if (!LHSPtrAdd) in matchReassocFoldConstantsInSubTree()4577 Register LHSSrc1 = LHSPtrAdd->getBaseReg(); in matchReassocFoldConstantsInSubTree()4578 Register LHSSrc2 = LHSPtrAdd->getOffsetReg(); in matchReassocFoldConstantsInSubTree()