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