Searched refs:V2Elems (Results 1 – 2 of 2) sorted by relevance
959 auto V2Elems = ShadowElements.find(V2); in combineShadows() local960 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()962 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()964 } else if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()971 } else if (V2Elems != ShadowElements.end()) { in combineShadows()972 if (V2Elems->second.count(V1)) in combineShadows()1018 if (V2Elems != ShadowElements.end()) { in combineShadows()1019 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()
1071 auto V2Elems = ShadowElements.find(V2); in combineShadows() local1072 if (V1Elems != ShadowElements.end() && V2Elems != ShadowElements.end()) { in combineShadows()1074 V2Elems->second.begin(), V2Elems->second.end())) { in combineShadows()1076 } else if (std::includes(V2Elems->second.begin(), V2Elems->second.end(), in combineShadows()1083 } else if (V2Elems != ShadowElements.end()) { in combineShadows()1084 if (V2Elems->second.count(V1)) in combineShadows()1130 if (V2Elems != ShadowElements.end()) { in combineShadows()1131 UnionElems.insert(V2Elems->second.begin(), V2Elems->second.end()); in combineShadows()