Home
last modified time | relevance | path

Searched refs:new_ptr_ty_id (Results 1 – 1 of 1) sorted by relevance

/third_party/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp143 uint32_t new_ptr_ty_id = type_mgr->GetTypeInstruction(reg_new_ptr_ty); in ChangeArrayLength() local
144 arr_var.SetResultType(new_ptr_ty_id); in ChangeArrayLength()
150 Instruction* new_ptr_ty_inst = def_use_mgr->GetDef(new_ptr_ty_id); in ChangeArrayLength()
175 uint32_t new_ptr_ty_id = type_mgr->GetTypeInstruction(reg_new_ptr_ty); in ChangeStructLength() local
176 struct_var.SetResultType(new_ptr_ty_id); in ChangeStructLength()
183 Instruction* new_ptr_ty_inst = def_use_mgr->GetDef(new_ptr_ty_id); in ChangeStructLength()