Searched refs:ArgWorkList (Results 1 – 1 of 1) sorted by relevance
18181 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in combineInsertEltToShuffle() local18182 ArgWorkList.emplace_back(Mask.size(), Y); in combineInsertEltToShuffle()18183 ArgWorkList.emplace_back(0, X); in combineInsertEltToShuffle()18185 while (!ArgWorkList.empty()) { in combineInsertEltToShuffle()18188 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in combineInsertEltToShuffle()18202 ArgWorkList.emplace_back(CurrentArgOffset, Op); in combineInsertEltToShuffle()