Searched refs:ValueSVT (Results 1 – 2 of 2) sorted by relevance
5925 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local5927 bool IsFP = ValueSVT.isFloatingPoint(); in Select()5928 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()6021 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local6023 bool IsFP = ValueSVT.isFloatingPoint(); in Select()6024 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
448 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local449 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) { in getCopyFromPartsVector()450 if (ValueSVT.getSizeInBits() == PartEVT.getSizeInBits()) in getCopyFromPartsVector()451 Val = DAG.getNode(ISD::BITCAST, DL, ValueSVT, Val); in getCopyFromPartsVector()454 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()455 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()