Searched refs:IdVec (Results 1 – 2 of 2) sorted by relevance
208 SPIRVEntry::getValues(const std::vector<SPIRVId>& IdVec)const { in getValues()210 for (auto i:IdVec) in getValues()216 SPIRVEntry::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes()218 for (auto i:IdVec) in getValueTypes()225 std::vector<SPIRVId> IdVec; in getIds() local227 IdVec.push_back(i->getId()); in getIds()228 return IdVec; in getIds()
1454 SPIRVModuleImpl::getValues(const std::vector<SPIRVId>& IdVec)const { in getValues()1456 for (auto i:IdVec) in getValues()1462 SPIRVModuleImpl::getValueTypes(const std::vector<SPIRVId>& IdVec)const { in getValueTypes()1464 for (auto i:IdVec) in getValueTypes()1471 std::vector<SPIRVId> IdVec; in getIds() local1473 IdVec.push_back(i->getId()); in getIds()1474 return IdVec; in getIds()1479 std::vector<SPIRVId> IdVec; in getIds() local1481 IdVec.push_back(i->getId()); in getIds()1482 return IdVec; in getIds()