Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h192 bool Uint32DivIsSafe() const { return flags_ & kUint32DivIsSafe; } in Uint32DivIsSafe() function
Dsimplified-lowering.cc1814 } else if (machine()->Uint32DivIsSafe() || m.right().HasValue()) { in Uint32Div()