Searched refs:isGenericCastablePtr (Results 1 – 3 of 3) sorted by relevance
176 constexpr bool isGenericCastablePtr(SPIRV::StorageClass::StorageClass SC) { in isGenericCastablePtr() function
1655 DstSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(SrcSC) in selectAddrSpaceCast()1658 isGenericCastablePtr(DstSC) in selectAddrSpaceCast()1669 } else if (isGenericCastablePtr(SrcSC) && isGenericCastablePtr(DstSC)) { in selectAddrSpaceCast()1691 if (DstSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(SrcSC)) in selectAddrSpaceCast()1694 if (SrcSC == SPIRV::StorageClass::Generic && isGenericCastablePtr(DstSC)) in selectAddrSpaceCast()1697 if (isGenericCastablePtr(SrcSC) && isGenericCastablePtr(DstSC)) { in selectAddrSpaceCast()3158 if (!isGenericCastablePtr(ResSC)) in selectIntrinsic()
1687 if (!isGenericCastablePtr(ResSC)) in generateCastToPtrInst()