Home | History | Annotate | Download | only in XCore

Lines Matching defs:Carry

733   SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
735 SDValue Lo(Carry.getNode(), 1);
738 LHSH, RHSH, Carry);
1344 SDValue Carry = DAG.getConstant(0, VT);
1347 SDValue Ops [] = { Carry, Result };
1351 // fold (ladd x, 0, y) -> 0, add x, y iff carry is unused and y has only the
1359 SDValue Carry = DAG.getConstant(0, VT);
1361 SDValue Ops [] = { Carry, Result };
1526 // Top bits of carry / borrow are clear.