Home | History | Annotate | Download | only in arm64

Lines Matching refs:can_overflow

1795     bool can_overflow = instr->CheckFlag(HValue::kCanOverflow);
1815 (!can_overflow && (base::bits::IsPowerOfTwo32(constant_abs + 1) ||
1825 (can_overflow && constant != 1 &&
1840 if ((bailout_on_minus_zero && least_const != most_const) || can_overflow) {