• Home
  • Raw
  • Download

Lines Matching refs:if_true1

3351     Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);  in DoJSToNumberOrNumericTruncatesToFloat64()  local
3369 if_false0 = graph()->NewNode(common()->Merge(2), if_true1, if_false1); in DoJSToNumberOrNumericTruncatesToFloat64()
3450 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in DoJSToNumberOrNumericTruncatesToWord32() local
3465 if_false0 = graph()->NewNode(common()->Merge(2), if_true1, if_false1); in DoJSToNumberOrNumericTruncatesToWord32()
3588 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Div() local
3589 Node* true1 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true1); in Int32Div()
3607 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Div()
3664 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Mod() local
3665 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod()
3688 if_true0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Mod()
3699 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Int32Mod() local
3700 Node* true1 = graph()->NewNode(machine()->Int32Mod(), lhs, rhs, if_true1); in Int32Mod()
3705 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Mod()
3793 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1); in Uint32Mod() local
3794 Node* true1 = graph()->NewNode(machine()->Uint32Mod(), lhs, rhs, if_true1); in Uint32Mod()
3799 if_false0 = graph()->NewNode(merge_op, if_true1, if_false1); in Uint32Mod()