Searched refs:isGenericCastablePtr (Results 1 – 1 of 1) sorted by relevance
619 static bool isGenericCastablePtr(SPIRV::StorageClass SC) { in isGenericCastablePtr() function665 if (DstSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(SrcSC)) in selectAddrSpaceCast()668 if (SrcSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(DstSC)) in selectAddrSpaceCast()671 if (isGenericCastablePtr(SrcSC) && isGenericCastablePtr(DstSC)) { in selectAddrSpaceCast()