Searched refs:V1Elems (Results 1 – 1 of 1) sorted by relevance
1983 auto V1Elems = ShadowElements.find(V1); in combineShadows() local1985 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1986 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()1991 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()1994 } else if (V1Elems != ShadowElements.end()) { in combineShadows()1995 if (V1Elems->second.count(V2)) in combineShadows()2018 if (V1Elems != ShadowElements.end()) { in combineShadows()2019 UnionElems = V1Elems->second; in combineShadows()