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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp225 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src, local
227 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1));

Completed in 99 milliseconds