Home | History | Annotate | Download | only in ARM

Lines Matching full:newresults

9132     std::vector<SDValue> NewResults;
9134 NewResults.push_back(SDValue(UpdN.getNode(), i));
9136 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain
9137 DCI.CombineTo(N, NewResults);