Searched refs:OtherRound (Results 1 – 1 of 1) sorted by relevance
8412 SDValue OtherRound = SDValue(*U->user_begin(), 0); in combineFP_ROUND() local8413 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()8414 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()8415 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()8418 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()8432 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()8434 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()