Searched refs:V2Elems (Results 1 – 1 of 1) sorted by relevance
1984 auto V2Elems = ShadowElements.find(V2); in combineShadows() local1985 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1987 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()1990 if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()1997 } else if (V2Elems != ShadowElements.end()) { in combineShadows()1998 if (V2Elems->second.count(V1)) in combineShadows()2023 if (V2Elems != ShadowElements.end()) { in combineShadows()2024 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()