Home
last modified time | relevance | path

Searched refs:check_lhs_minint (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2168 Node* check_lhs_minint = __ Word32Equal(lhs, __ Int32Constant(kMinInt)); in LowerCheckedInt32Div() local
2169 __ Branch(check_lhs_minint, &if_lhs_minint, &if_lhs_notminint); in LowerCheckedInt32Div()

Completed in 12 milliseconds