Searched refs:SignedMulOverflow32 (Results 1 – 3 of 3) sorted by relevance
81 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32() function
245 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val);
1009 bool ovf = base::bits::SignedMulOverflow32(m.left().Value(), in ReduceProjection()