Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp61 Instruction* arr_len_inst = def_use_mgr->GetDef(arr_len_id); in Process() local
62 if (arr_len_inst->opcode() != SpvOpConstant) { in Process()
68 arr_len_inst->GetSingleWordInOperand(kConstantValueInIdx) - 1; in Process()