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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3844   SDValue LHS = N->getOperand(0);
 3845   SDValue RHS = N->getOperand(1);
 3846   SDValue Carry = N->getOperand(2);
 3847   SDValue Cond = N->getOperand(3);
 3848   SDLoc dl = SDLoc(N);
 3857   return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi,