Searched refs:NoCarryOp (Results 1 – 1 of 1) sorted by relevance
2769 unsigned CarryOp, NoCarryOp; in ExpandIntRes_UADDSUBO() local2774 NoCarryOp = ISD::ADD; in ExpandIntRes_UADDSUBO()2779 NoCarryOp = ISD::SUB; in ExpandIntRes_UADDSUBO()2806 SDValue Sum = DAG.getNode(NoCarryOp, dl, LHS.getValueType(), LHS, RHS); in ExpandIntRes_UADDSUBO()