Home
last modified time | relevance | path

Searched refs:ArgWorkList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19387 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in combineInsertEltToShuffle() local
19388 ArgWorkList.emplace_back(Mask.size(), Y); in combineInsertEltToShuffle()
19389 ArgWorkList.emplace_back(0, X); in combineInsertEltToShuffle()
19391 while (!ArgWorkList.empty()) { in combineInsertEltToShuffle()
19394 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in combineInsertEltToShuffle()
19408 ArgWorkList.emplace_back(CurrentArgOffset, Op); in combineInsertEltToShuffle()