Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc1671 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() local
1703 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div()
1749 Node* true0; in Int32Mod() local
1781 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod()
1802 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod()
1860 Node* true0; in Uint32Mod() local
1874 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Uint32Mod()
1881 return graph()->NewNode(phi_op, true0, false0, merge0); in Uint32Mod()