Home
last modified time | relevance | path

Searched refs:NoCarryOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3573 unsigned CarryOp, NoCarryOp; in ExpandIntRes_UADDSUBO() local
3578 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()