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

References

lib/Target/X86/X86ISelLowering.cpp
43504   if (X86::isZeroNode(N->getOperand(0)) &&
43505       X86::isZeroNode(N->getOperand(1)) &&
43508       SDValue(N, 1).use_empty()) {
43509     SDLoc DL(N);
43510     EVT VT = N->getValueType(0);
43511     SDValue CarryOut = DAG.getConstant(0, DL, N->getValueType(1));
43516                                 N->getOperand(2)),
43518     return DCI.CombineTo(N, Res1, CarryOut);
43521   if (SDValue Flags = combineCarryThroughADD(N->getOperand(2), DAG)) {
43522     MVT VT = N->getSimpleValueType(0);
43524     return DAG.getNode(X86ISD::ADC, SDLoc(N), VTs,
43525                        N->getOperand(0), N->getOperand(1),
43525                        N->getOperand(0), N->getOperand(1),