Searched refs:SrcOpMap (Results 1 – 1 of 1) sorted by relevance
22959 DenseMap<SDValue, APInt> SrcOpMap; in matchScalarReduction() local22990 DenseMap<SDValue, APInt>::iterator M = SrcOpMap.find(Src); in matchScalarReduction()22991 if (M == SrcOpMap.end()) { in matchScalarReduction()22994 if (!SrcOpMap.empty() && VT != SrcOpMap.begin()->first.getValueType()) in matchScalarReduction()22998 M = SrcOpMap.insert(std::make_pair(Src, EltCount)).first; in matchScalarReduction()23012 SrcMask->push_back(SrcOpMap[SrcOp]); in matchScalarReduction()23015 for (const auto &I : SrcOpMap) in matchScalarReduction()