Searched refs:idToInstruction (Results 1 – 1 of 1) sorted by relevance
357 if (resultId >= idToInstruction.size()) in mapInstruction()358 idToInstruction.resize(resultId + 16); in mapInstruction()359 idToInstruction[resultId] = instruction; in mapInstruction()362 Instruction* getInstruction(Id id) const { return idToInstruction[id]; } in getInstruction()365 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId()369 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer); in getStorageClass()370 return (StorageClass)idToInstruction[typeId]->getImmediateOperand(0); in getStorageClass()384 std::vector<Instruction*> idToInstruction; variable