Searched refs:true0 (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3027 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() local 3059 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Div() 3105 Node* true0; in Int32Mod() local 3137 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Int32Mod() 3158 return graph()->NewNode(phi_op, true0, false0, merge0); in Int32Mod() 3231 Node* true0; in Uint32Mod() local 3245 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in Uint32Mod() 3252 return graph()->NewNode(phi_op, true0, false0, merge0); in Uint32Mod()
|