Searched refs:sub_val (Results 1 – 1 of 1) sorted by relevance
1739 Value sub_val = SubValue(Value(val_a), Value(val_b)); in TryGenerateSubWithoutOverflow() local1740 if (sub_val.is_known) { in TryGenerateSubWithoutOverflow()1741 DCHECK(IsConstantValue(sub_val)); in TryGenerateSubWithoutOverflow()1744 *result = graph->GetConstant(info->type, sub_val.b_constant); in TryGenerateSubWithoutOverflow()