Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Recip

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