Searched refs:Uint32DivIsSafe (Results 1 – 2 of 2) sorted by relevance
192 bool Uint32DivIsSafe() const { return flags_ & kUint32DivIsSafe; } in Uint32DivIsSafe() function
1814 } else if (machine()->Uint32DivIsSafe() || m.right().HasValue()) { in Uint32Div()