Searched refs:true1 (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering.cc | 4677 Node* true1 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true1); in Int32Div() local 4696 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Div() 4753 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod() local 4777 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod() 4788 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod() local 4794 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Int32Mod() 4882 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, if_true1); in Uint32Mod() local 4888 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in Uint32Mod()
|
D | wasm-compiler.cc | 2815 Node* true1 = graph()->NewNode(m->Int32Mod(), left, right, if_true1); in BuildI32AsmjsRemS() local 2838 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in BuildI32AsmjsRemS() 2849 Node* true1 = graph()->NewNode(m->Int32Mod(), left, right, if_true1); in BuildI32AsmjsRemS() local 2855 false0 = graph()->NewNode(phi_op, true1, false1, if_false0); in BuildI32AsmjsRemS()
|