Lines Matching refs:ovf
981 bool ovf = base::bits::SignedAddOverflow32(m.left().Value(),
983 return ReplaceInt32(index == 0 ? val : ovf);
995 bool ovf = base::bits::SignedSubOverflow32(m.left().Value(),
997 return ReplaceInt32(index == 0 ? val : ovf);
1009 bool ovf = base::bits::SignedMulOverflow32(m.left().Value(),
1011 return ReplaceInt32(index == 0 ? val : ovf);