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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 9528   if (Opc == ISD::ZERO_EXTEND || Opc == ISD::SIGN_EXTEND ||
 9528   if (Opc == ISD::ZERO_EXTEND || Opc == ISD::SIGN_EXTEND ||
 9529       Opc == ISD::ANY_EXTEND || Opc == ISD::ADDCARRY)
 9529       Opc == ISD::ANY_EXTEND || Opc == ISD::ADDCARRY)
 9532   Opc = RHS.getOpcode();
 9533   switch (Opc) {
 9543     Opc = (Opc == ISD::SIGN_EXTEND) ? ISD::SUBCARRY : ISD::ADDCARRY;
 9543     Opc = (Opc == ISD::SIGN_EXTEND) ? ISD::SUBCARRY : ISD::ADDCARRY;
 9544     return DAG.getNode(Opc, SL, VTList, Args);