Searched refs:OtherExtend (Results 1 – 1 of 1) sorted by relevance
6328 SDValue OtherExtend = SDValue(*U->use_begin(), 0); in combineFP_EXTEND() local6329 if (OtherExtend.getOpcode() == N->getOpcode() && in combineFP_EXTEND()6330 OtherExtend.getOperand(OpNo) == SDValue(U, 0) && in combineFP_EXTEND()6331 OtherExtend.getValueType() == MVT::f64) { in combineFP_EXTEND()6334 Chain = MergeInputChains(N, OtherExtend.getNode()); in combineFP_EXTEND()6348 DAG.ReplaceAllUsesOfValueWith(OtherExtend, Extract1); in combineFP_EXTEND()6350 DAG.ReplaceAllUsesOfValueWith(OtherExtend.getValue(1), Chain); in combineFP_EXTEND()