Searched refs:add_val (Results 1 – 1 of 1) sorted by relevance
1691 Value add_val = AddValue(Value(val_a), Value(val_b)); in TryGenerateAddWithoutOverflow() local1692 if (add_val.is_known) { in TryGenerateAddWithoutOverflow()1693 DCHECK(IsConstantValue(add_val)); in TryGenerateAddWithoutOverflow()1696 *result = graph->GetConstant(info->type, add_val.b_constant); in TryGenerateAddWithoutOverflow()