Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h163 bool Word32ShiftIsSafe() const { return flags_ & kWord32ShiftIsSafe; } in Word32ShiftIsSafe() function
Dmachine-operator-reducer.cc757 if (machine()->Word32ShiftIsSafe()) { in ReduceWord32Shifts()
/external/v8/test/cctest/compiler/
Dtest-machine-operator-reducer.cc362 CHECK(R->machine.Word32ShiftIsSafe()); in CheckJsShift()