Home
last modified time | relevance | path

Searched refs:OtherRound (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6234 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local
6235 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()