Searched refs:ValueSVT (Results 1 – 1 of 1) sorted by relevance
472 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local473 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) in getCopyFromPartsVector()474 Val = ValueVT.isFloatingPoint() ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()475 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()