Searched refs:ValueSVT (Results 1 – 2 of 2) sorted by relevance
5731 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local5733 bool IsFP = ValueSVT.isFloatingPoint(); in Select()5734 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()5827 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local5829 bool IsFP = ValueSVT.isFloatingPoint(); in Select()5830 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
452 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local453 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) { in getCopyFromPartsVector()454 if (ValueSVT.getSizeInBits() == PartEVT.getSizeInBits()) in getCopyFromPartsVector()455 Val = DAG.getNode(ISD::BITCAST, DL, ValueSVT, Val); in getCopyFromPartsVector()458 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()459 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()