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