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