Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc3036 Node* true1 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true1); in Int32Div() local
3055 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Div()
3113 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod() local
3137 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod()
3148 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod() local
3154 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Mod()
3239 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, if_true1); in Uint32Mod() local
3245 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Uint32Mod()