Home | History | Annotate | Download | only in optimizing

Lines Matching defs:lower_bound

4138   int32_t lower_bound = switch_instr->GetStartValue();
4146 if (IsInt<16>(-lower_bound)) {
4147 __ Addiu(temp_reg, value_reg, -lower_bound);
4149 __ LoadConst32(AT, -lower_bound);
4153 // Note: We don't check the case that index is positive while value < lower_bound, because in
4158 // Jump to successors[0] if value == lower_bound.