Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
H A Dbits.h248 // SignedSubOverflow32(lhs,rhs,val) performs a signed subtraction of |lhs| and
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() function
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc1323 bool ovf = base::bits::SignedSubOverflow32( in ReduceProjection()

Completed in 4 milliseconds