Searched refs:OtherRound (Results 1 – 1 of 1) sorted by relevance
6655 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local6656 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()6657 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()6658 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()6661 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()6675 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()6677 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()