Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-instructions.cc188 static int32_t MulWithoutOverflow(const Representation& r, in MulWithoutOverflow() function
328 int v1 = MulWithoutOverflow(r, lower_, other->lower(), &may_overflow); in MulAndCheckOverflow()
329 int v2 = MulWithoutOverflow(r, lower_, other->upper(), &may_overflow); in MulAndCheckOverflow()
330 int v3 = MulWithoutOverflow(r, upper_, other->lower(), &may_overflow); in MulAndCheckOverflow()
331 int v4 = MulWithoutOverflow(r, upper_, other->upper(), &may_overflow); in MulAndCheckOverflow()