Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Carry

1613   // be CSE'd with N, and carry its uses with it. Iterate until no
1797 // fold (addc x, 0) -> x + no carry out
5763 SDValue Carry = N->getOperand(2);
5766 // If Carry is false, fold to a regular SETCC.
5767 if (Carry.getOpcode() == ISD::CARRY_FALSE)