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