Searched refs:CommonCandidates (Results 1 – 1 of 1) sorted by relevance
22394 SmallVector<Value *> CommonCandidates(Candidates); in tryToReduce() local22403 CommonCandidates.push_back(RdxVal); in tryToReduce()22407 if (isFixedVectorShuffle(CommonCandidates, Mask, AC)) { in tryToReduce()22409 Candidates.swap(CommonCandidates); in tryToReduce()