Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:borrow

1981   // fold (subc x, x) -> 0 + no borrow
1986 // fold (subc x, 0) -> x + no borrow
1990 // Canonicalize (sub -1, x) -> ~x, i.e. (xor x, -1) + no borrow