Searched refs:ForwardPointerTypes (Results 1 – 2 of 2) sorted by relevance
987 if (auto It = ForwardPointerTypes.find(Ty); It != ForwardPointerTypes.end()) in findSPIRVType()1097 if (auto It = ForwardPointerTypes.find(Ty); It != ForwardPointerTypes.end()) { in createSPIRVType()1186 for (auto &CU : ForwardPointerTypes) { in getOrCreateSPIRVType()1200 ForwardPointerTypes.clear(); in getOrCreateSPIRVType()
60 DenseMap<const Type *, SPIRVType *> ForwardPointerTypes; variable