Lines Matching refs:NumberAdd
300 return NumberAdd(value, OneConstant()); in NumberInc()
529 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); }; in ForZeroUntil()
611 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); }; in For1ZeroUntil()
1228 TypeGuard(Type::UnsignedSmall(), NumberAdd(k, clamped_start))); in ReduceStringPrototypeStartsWith()
1270 TypeGuard(Type::UnsignedSmall(), NumberAdd(k, clamped_start))); in ReduceStringPrototypeStartsWith()
1304 .Then(_ { return NumberMax(NumberAdd(length, start_smi), zero); }) in ReduceStringPrototypeSlice()
1314 .Then(_ { return NumberMax(NumberAdd(length, end_smi), zero); }) in ReduceStringPrototypeSlice()
1399 TNode<Number> next_k = NumberAdd(k, OneConstant()); in ReduceArrayPrototypeForEach()
1505 step = [&](TNode<Number> i) { return NumberAdd(i, one); }; in ReduceArrayPrototypeReduce()
2139 return NumberMax(NumberAdd(length, from_index_smi), in ReduceArrayPrototypeIndexOfIncludes()
5392 graph()->NewNode(simplified()->NumberAdd(), length, start), in ReduceStringPrototypeSubstr()
5410 graph()->NewNode(simplified()->NumberAdd(), initStart, resultLength), in ReduceStringPrototypeSubstr()
5618 simplified()->NumberAdd(), length, jsgraph()->Constant(num_values)); in ReduceArrayPrototypePush()
5635 graph()->NewNode(simplified()->NumberAdd(), length, in ReduceArrayPrototypePush()
5648 Node* index = graph()->NewNode(simplified()->NumberAdd(), length, in ReduceArrayPrototypePush()
5971 graph()->NewNode(simplified()->NumberAdd(), index, in ReduceArrayPrototypeShift()
6425 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceArrayIteratorPrototypeNext()
6803 index = graph()->NewNode(simplified()->NumberAdd(), index, char_length); in ReduceStringIteratorPrototypeNext()
6859 Node* length = graph()->NewNode(simplified()->NumberAdd(), receiver_length, in ReduceStringPrototypeConcat()
7612 graph()->NewNode(simplified()->NumberAdd(), number_of_elements, in ReduceCollectionIteratorPrototypeNext()
7654 simplified()->NumberAdd(), in ReduceCollectionIteratorPrototypeNext()
7656 simplified()->NumberAdd(), in ReduceCollectionIteratorPrototypeNext()
7666 index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceCollectionIteratorPrototypeNext()
7708 simplified()->NumberAdd(), entry_start_position, in ReduceCollectionIteratorPrototypeNext()
7719 simplified()->NumberAdd(), entry_start_position, in ReduceCollectionIteratorPrototypeNext()