reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1897   SDValue Num_S_Remainder = DAG.getNode(ISD::MUL, DL, VT, Quotient, Den);
 1920   SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient,
 1924   SDValue Quotient_S_One = DAG.getNode(ISD::SUB, DL, VT, Quotient,
 1929                                      Quotient, Quotient_A_One, ISD::SETEQ);