Home | History | Annotate | Download | only in optimizing

Lines Matching defs:lower_bound

5133   int32_t lower_bound = switch_instr->GetStartValue();
5141 __ Addiu32(temp_reg, value_reg, -lower_bound);
5143 // Note: We don't check the case that index is positive while value < lower_bound, because in
5148 // Jump to successors[0] if value == lower_bound.