Home
last modified time | relevance | path

Searched refs:SignedSubOverflow32 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/base/
Dbits.h203 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() function
/external/v8/src/compiler/
Dmachine-operator-reducer.cc989 bool ovf = base::bits::SignedSubOverflow32(m.left().Value(), in ReduceProjection()