Searched refs:a_wst_st (Results 1 – 1 of 1) sorted by relevance
309 auto a_wst_st = a_wst.GetSubtypes(); in GetCastCompatibleType() local311 if (a_wst_st.empty() || b_wst_st.empty()) return a; in GetCastCompatibleType()312 if (a_wst_st.size() != b_wst_st.size()) return nullptr; in GetCastCompatibleType()314 for (auto subtypes : llvm::zip(a_wst_st, b_wst_st)) { in GetCastCompatibleType()