Searched refs:PrunedOps (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1888 SmallVector<SDValue, 8> PrunedOps; local
1892 PrunedOps.push_back(Op);
1894 Result = DAG.getTokenFactor(SDLoc(N), PrunedOps);

Completed in 222 milliseconds