Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Quotient_S_One

1493   // Quotient_S_One = Quotient - 1
1494 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient,
1501 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
1503 Quotient_S_One, Div, ISD::SETEQ);