Searched refs:isGenericCastablePtr (Results 1 – 1 of 1) sorted by relevance
1047 static bool isGenericCastablePtr(SPIRV::StorageClass::StorageClass SC) { in isGenericCastablePtr() function1111 if (DstSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(SrcSC)) in selectAddrSpaceCast()1114 if (SrcSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(DstSC)) in selectAddrSpaceCast()1117 if (isGenericCastablePtr(SrcSC) && isGenericCastablePtr(DstSC)) { in selectAddrSpaceCast()