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

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp249 // Quotient_A_One = Quotient + 1
250 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, local
257 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
259 Quotient, Quotient_A_One, ISD::SETEQ);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1802 // Quotient_A_One = Quotient + 1
1803 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, local
1810 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
1812 Quotient, Quotient_A_One, ISD::SETEQ);

Completed in 35 milliseconds