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

/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp678 // Quotient_S_One = Quotient - 1
679 SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient, local
686 // Div = (Remainder_GE_Zero == 0 ? Quotient_S_One : Div)
688 Quotient_S_One, Div, ISD::SETEQ);

Completed in 40 milliseconds