reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3230 EVT VT = N0.getValueType(); 3238 return CombineTo(N, DAG.getNode(ISD::SUB, DL, VT, N0, N1), 3242 if (N0 == N1) 3250 return DAG.getNode(ISD::SADDO, DL, N->getVTList(), N0, 3256 return CombineTo(N, N0, DAG.getConstant(0, DL, CarryVT)); 3259 if (!IsSigned && isAllOnesOrAllOnesSplat(N0)) 3260 return CombineTo(N, DAG.getNode(ISD::XOR, DL, VT, N1, N0),