Searched refs:first_key (Results 1 – 4 of 4) sorted by relevance
294 int32_t first_key = keys[0]; in DoPackedSwitch() local297 int32_t index = test_val - first_key; in DoPackedSwitch()
47 const int32_t first_key; member
474 int first_key; in ProcessCanSwitch() local489 first_key = switch_data[2] | (switch_data[3] << 16); in ProcessCanSwitch()507 first_key = 0; // To make the compiler happy. in ProcessCanSwitch()528 first_key + i : keyTable[i]; in ProcessCanSwitch()
158 sw->addCase(irb_->getInt32(payload->first_key + i), llvm_bb); in ConvertPackedSwitch()