Searched refs:TypeToSPIRVTypeMap (Results 1 – 1 of 1) sorted by relevance
844 auto &TypeToSPIRVTypeMap = DT.getTypes()->getAllUses(); in createSPIRVType() local845 auto t = TypeToSPIRVTypeMap.find(Ty); in createSPIRVType()846 if (t != TypeToSPIRVTypeMap.end()) { in createSPIRVType()