Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8412 SDValue OtherRound = SDValue(*U->user_begin(), 0); in combineFP_ROUND() local
8413 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()
8414 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()
8415 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()
8418 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()
8432 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()
8434 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()