Searched refs:Quotient_S_One (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp253 // Quotient_S_One = Quotient - 1
254 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient, local
261 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
263 Quotient_S_One, Div, ISD::SETEQ);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1806 // Quotient_S_One = Quotient - 1
1807 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient, local
1814 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
1816 Quotient_S_One, Div, ISD::SETEQ);

Completed in 64 milliseconds