Searched refs:OpLHSLHS (Results 1 – 1 of 1) sorted by relevance
4861 Register OpLHSLHS = OpLHSDef->getOperand(1).getReg(); in tryReassocBinOp() local4869 !isConstantOrConstantSplatVector(*MRI.getVRegDef(OpLHSLHS), MRI)) { in tryReassocBinOp()4874 B.buildInstr(Opc, {DstReg}, {OpLHSLHS, NewCst}); in tryReassocBinOp()4882 auto NewLHSLHS = B.buildInstr(Opc, {OpRHSTy}, {OpLHSLHS, OpRHS}); in tryReassocBinOp()