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