Home
last modified time | relevance | path

Searched refs:RSign (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp1870 SDValue RSign = LHSign; // Remainder sign is the same as LHS in LowerSDIVREM() local
1882 Rem = DAG.getNode(ISD::XOR, DL, VT, Rem, RSign); in LowerSDIVREM()
1885 Rem = DAG.getNode(ISD::SUB, DL, VT, Rem, RSign); in LowerSDIVREM()