HomeSort by: relevance | last modified time | path
    Searched defs:Borrow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 1683 SDValue Borrow = N2;
1686 SDValue Ops[] = { Result, Borrow };
1691 // fold (lsub x, 0, y) -> 0, sub x, y iff borrow is unused and y has only the
1698 SDValue Borrow = DAG.getConstant(0, dl, VT);
1700 SDValue Ops[] = { Result, Borrow };
1825 // Top bits of carry / borrow are clear.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 1324 // A SUBCARRY can generate borrow only if LHS < RHS and this property will be
1335 // Update the users of the original carry/borrow value.
2667 SDValue Borrow;
2669 Borrow = DAG.getZExtOrTrunc(Cmp, dl, NVT);
2671 Borrow = DAG.getSelect(dl, NVT, Cmp, DAG.getConstant(1, dl, NVT),
2674 Hi = DAG.getNode(ISD::SUB, dl, NVT, Hi, Borrow);

Completed in 35 milliseconds