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

/external/v8/src/base/
H A Dbits.h229 // SignedSubOverflow32(lhs,rhs,val) performs a signed subtraction of |lhs| and
232 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { function in namespace:v8::base::bits
/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc995 bool ovf = base::bits::SignedSubOverflow32(m.left().Value(),

Completed in 332 milliseconds