Lines Matching refs:left
1167 TNode<Object> left = Argument(0);
1169 TNode<Number> left_number = SpeculativeToNumber(left);
1497 // Set up variable behavior depending on the reduction kind (left/right).
2394 Node* left = n.Argument(0);
2399 left = effect =
2402 left, effect, control);
2407 left = graph()->NewNode(simplified()->NumberToUint32(), left);
2409 Node* value = graph()->NewNode(simplified()->NumberImul(), left, right);
6925 // to two inputs from the left with undefined.