Searched refs:isGenericCastablePtr (Results 1 – 1 of 1) sorted by relevance
793 static bool isGenericCastablePtr(SPIRV::StorageClass::StorageClass SC) { in isGenericCastablePtr() function839 if (DstSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(SrcSC)) in selectAddrSpaceCast()842 if (SrcSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(DstSC)) in selectAddrSpaceCast()845 if (isGenericCastablePtr(SrcSC) && isGenericCastablePtr(DstSC)) { in selectAddrSpaceCast()