Searched refs:ProxyRegTruncates (Results 1 – 1 of 1) sorted by relevance
2100 SmallVector<std::optional<MVT>, 16> ProxyRegTruncates; in LowerCall() local2183 ProxyRegTruncates.push_back(std::optional<MVT>(Ins[VecIdx + j].VT)); in LowerCall()2185 ProxyRegTruncates.push_back(std::optional<MVT>()); in LowerCall()2215 if (ProxyRegTruncates[i]) { in LowerCall()2216 Ret = DAG.getNode(ISD::TRUNCATE, dl, *ProxyRegTruncates[i], Ret); in LowerCall()