Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc1687 const bool b_is_const = IsConstant(context, loop, info->op_b, kExact, &val_b); in TryGenerateAddWithoutOverflow() local
1688 if (a_is_const && b_is_const) { in TryGenerateAddWithoutOverflow()
1710 if (b_is_const && val_b == 0) { in TryGenerateAddWithoutOverflow()