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