Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5013 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local
5014 if (OtherRound.getOpcode() == ISD::FP_ROUND && in combineFP_ROUND()
5015 OtherRound.getOperand(0) == SDValue(U, 0) && in combineFP_ROUND()
5016 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()
5024 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5458 SDValue OtherRound = SDValue(*U->use_begin(), 0); in combineFP_ROUND() local
5459 if (OtherRound.getOpcode() == ISD::FP_ROUND && in combineFP_ROUND()
5460 OtherRound.getOperand(0) == SDValue(U, 0) && in combineFP_ROUND()
5461 OtherRound.getValueType() == MVT::f32) { in combineFP_ROUND()
5469 DAG.ReplaceAllUsesOfValueWith(OtherRound, Extract1); in combineFP_ROUND()