Searched refs:lenInst (Results 1 – 3 of 3) sorted by relevance
50 Instruction* lenInst = get_def_use_mgr()->GetDef(lenId); in NumComponents() local51 if (lenInst->opcode() != SpvOpConstant) return 0; in NumComponents()52 uint32_t lenTypeId = lenInst->type_id(); in NumComponents()57 return lenInst->GetSingleWordInOperand(kConstantValueInIdx); in NumComponents()