Searched refs:OtherRound (Results 1 – 1 of 1) sorted by relevance
5956 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local5957 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()5958 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()5959 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()5962 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()5976 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()5978 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()