Home
last modified time | relevance | path

Searched refs:OtherRound (Results 1 – 1 of 1) 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()