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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1744 SmallVector<Optional<MVT>, 16> ProxyRegTruncates; local
1819 ProxyRegTruncates.push_back(Optional<MVT>(Ins[VecIdx + j].VT));
1821 ProxyRegTruncates.push_back(Optional<MVT>());
1855 if (ProxyRegTruncates[i].hasValue()) {
1856 Ret = DAG.getNode(ISD::TRUNCATE, dl, ProxyRegTruncates[i].getValue(), Ret);

Completed in 93 milliseconds