Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Recip

5769     SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS);
5770 return DAG.getNode(ISD::FMUL, SL, VT, LHS, Recip, Flags);