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

Declarations

lib/CodeGen/SelectionDAG/LegalizeTypes.h
  373   SDValue PromoteIntOp_ADDSUBCARRY(SDNode *N, unsigned OpNo);

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1201   case ISD::SUBCARRY: Res = PromoteIntOp_ADDSUBCARRY(N, OpNo); break;