Searched refs:V1Elems (Results 1 – 2 of 2) sorted by relevance
958 auto V1Elems = ShadowElements.find(V1); in combineShadows() local960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()961 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()965 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()968 } else if (V1Elems != ShadowElements.end()) { in combineShadows()969 if (V1Elems->second.count(V2)) in combineShadows()1013 if (V1Elems != ShadowElements.end()) { in combineShadows()1014 UnionElems = V1Elems->second; in combineShadows()
1070 auto V1Elems = ShadowElements.find(V1); in combineShadows() local1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1073 if (std::includes(V1Elems->second.begin(), V1Elems->second.end(), in combineShadows()1077 V1Elems->second.begin(), V1Elems->second.end())) { in combineShadows()1080 } else if (V1Elems != ShadowElements.end()) { in combineShadows()1081 if (V1Elems->second.count(V2)) in combineShadows()1125 if (V1Elems != ShadowElements.end()) { in combineShadows()1126 UnionElems = V1Elems->second; in combineShadows()