Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5956 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local
5957 if (OtherRound.getOpcode() == N->getOpcode() && in combineFP_ROUND()
5958 OtherRound.getOperand(OpNo) == SDValue(U, 0) && in combineFP_ROUND()
5959 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()
5962 Chain = MergeInputChains(N, OtherRound.getNode()); in combineFP_ROUND()
5976 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()
5978 DAG.ReplaceAllUsesOfValueWith(OtherRound.getValue(1), Chain); in combineFP_ROUND()