Searched refs:OtherRound (Results 1 – 1 of 1) sorted by relevance
6234 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local6235 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()6236 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()6237 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()6240 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()6254 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()6256 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()