Home
last modified time | relevance | path

Searched refs:SignedMulOverflow32 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/
Dbits.cc103 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32() function
Dbits.h216 V8_BASE_EXPORT bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val);
/external/v8/src/compiler/
Dmachine-operator-reducer.cc1003 bool ovf = base::bits::SignedMulOverflow32(m.left().Value(), in ReduceProjection()