Searched refs:OpLHSRHS (Results 1 – 1 of 1) sorted by relevance
4862 Register OpLHSRHS = OpLHSDef->getOperand(2).getReg(); in tryReassocBinOp() local4868 if (isConstantOrConstantSplatVector(*MRI.getVRegDef(OpLHSRHS), MRI) && in tryReassocBinOp()4873 auto NewCst = B.buildInstr(Opc, {OpRHSTy}, {OpLHSRHS, OpRHS}); in tryReassocBinOp()4883 B.buildInstr(Opc, {DstReg}, {NewLHSLHS, OpLHSRHS}); in tryReassocBinOp()