Home | History | Annotate | Download | only in compiler

Lines Matching defs:vtrue

831   Node* vtrue = jsgraph()->TrueConstant();
838 vtrue, vfalse, control);
895 Node* vtrue = ChangeUint32ToSmi(value);
903 vtrue, alloc.value, merge);
1081 Node* vtrue = ChangeSmiToInt32(value);
1097 vtrue, vfalse, control);
1113 Node* vtrue = ChangeSmiToInt32(value);
1129 vtrue, vfalse, control);
1151 Node* vtrue;
1153 vtrue = ChangeSmiToInt32(value);
1154 vtrue = graph()->NewNode(machine()->ChangeInt32ToFloat64(), vtrue);
1170 vtrue, vfalse, control);
1758 Node* vtrue = ChangeSmiToInt32(value);
1787 vtrue, vfalse, control);
1857 Node* vtrue = ChangeSmiToInt32(value);
1858 vtrue = graph()->NewNode(machine()->ChangeInt32ToFloat64(), vtrue);
1870 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2), vtrue,
1917 Node* vtrue = ChangeSmiToInt32(value);
1933 vtrue, vfalse, control);
1952 Node* vtrue = ChangeSmiToInt32(value);
1968 graph()->NewNode(common()->Phi(MachineRepresentation::kWord32, 2), vtrue,
1985 Node* vtrue = jsgraph()->Int32Constant(0);
2008 value = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), vtrue,
2024 Node* vtrue = jsgraph()->Int32Constant(1);
2039 value = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), vtrue,
2056 Node* vtrue = jsgraph()->Int32Constant(0);
2076 value = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), vtrue,
2101 Node* vtrue = jsgraph()->Int32Constant(0);
2119 value = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), vtrue,
2136 Node* vtrue = jsgraph()->Int32Constant(0);
2160 value = graph()->NewNode(common()->Phi(MachineRepresentation::kBit, 2), vtrue,
2803 Node* vtrue = jsgraph()->UndefinedConstant();
2810 vtrue, vfalse, control);
3018 Node* vtrue = elements;
3040 common()->Phi(MachineRepresentation::kTagged, 2), vtrue, vfalse, control);