Searched refs:target_inst (Results 1 – 2 of 2) sorted by relevance
158 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local169 if (!target_inst) { in GetSpecIdTargetFromDecorationGroup()173 target_inst = candidate_inst; in GetSpecIdTargetFromDecorationGroup()186 if (candidate_inst != target_inst) return nullptr; in GetSpecIdTargetFromDecorationGroup()189 return target_inst; in GetSpecIdTargetFromDecorationGroup()232 if (Instruction* target_inst = get_def_use_mgr()->GetDef(target_id)) { in Process() local233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()235 GetSpecIdTargetFromDecorationGroup(*target_inst, get_def_use_mgr()); in Process()237 spec_inst = target_inst; in Process()