Lines Matching full:borrow
1973 // fold (subc x, x) -> 0 + no borrow1978 // fold (subc x, 0) -> x + no borrow1982 // Canonicalize (sub -1, x) -> ~x, i.e. (xor x, -1) + no borrow