Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc1690 auto if_lhs_negative = __ MakeDeferredLabel(); in LowerCheckedInt32Mod() local
1717 __ GotoIf(__ Int32LessThan(lhs, zero), &if_lhs_negative); in LowerCheckedInt32Mod()
1723 __ Bind(&if_lhs_negative); in LowerCheckedInt32Mod()