Searched refs:V1Elems (Results 1 – 1 of 1) sorted by relevance
948 auto V1Elems = ShadowElements.find(V1); in combineShadows() local950 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()951 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()955 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()958 } else if (V1Elems != ShadowElements.end()) { in combineShadows()959 if (V1Elems->second.count(V2)) in combineShadows()1003 if (V1Elems != ShadowElements.end()) { in combineShadows()1004 UnionElems = V1Elems->second; in combineShadows()