Searched refs:iv_condition (Results 1 – 2 of 2) sorted by relevance
293 Instruction* iv_condition = &*switch_block_->tail(); in PerformUnswitch() local294 SpvOp iv_opcode = iv_condition->opcode(); in PerformUnswitch()296 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()317 GetValueForDefaultPathForSwitch(iv_condition); in PerformUnswitch()319 for (uint32_t i = 2; i < iv_condition->NumInOperands(); i += 2) { in PerformUnswitch()322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
262 Instruction* iv_condition = &*switch_block_->tail(); in PerformUnswitch() local263 SpvOp iv_opcode = iv_condition->opcode(); in PerformUnswitch()265 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()287 for (uint32_t i = 2; i < iv_condition->NumInOperands(); i += 2) { in PerformUnswitch()290 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()