Home | History | Annotate | Download | only in R600

Lines Matching refs:UINT_TO_FP

1838   // (f32 fp_round (f64 uint_to_fp a)) -> (f32 uint_to_fp a)
1841 if (Arg.getOpcode() == ISD::UINT_TO_FP && Arg.getValueType() == MVT::f64) {
1842 return DAG.getNode(ISD::UINT_TO_FP, SDLoc(N), N->getValueType(0),