Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc170 static int32_t AddWithoutOverflow(Representation r, in AddWithoutOverflow() function
214 lower_ = AddWithoutOverflow(r, lower_, value, &may_overflow); in AddConstant()
215 upper_ = AddWithoutOverflow(r, upper_, value, &may_overflow); in AddConstant()
276 lower_ = AddWithoutOverflow(r, lower_, other->lower(), &may_overflow); in AddAndCheckOverflow()
277 upper_ = AddWithoutOverflow(r, upper_, other->upper(), &may_overflow); in AddAndCheckOverflow()