Home
last modified time | relevance | path

Searched refs:a_is_const (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.cc1685 const bool a_is_const = IsConstant(context, loop, info->op_a, kExact, &val_a); in TryGenerateAddWithoutOverflow() local
1688 if (a_is_const && b_is_const) { in TryGenerateAddWithoutOverflow()
1703 if (a_is_const && val_a == 0) { in TryGenerateAddWithoutOverflow()