Searched refs:ValueSVT (Results 1 – 2 of 2) sorted by relevance
6505 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local6507 bool IsFP = ValueSVT.isFloatingPoint(); in Select()6508 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()6601 MVT ValueSVT = ValueVT.getVectorElementType(); in Select() local6603 bool IsFP = ValueSVT.isFloatingPoint(); in Select()6604 unsigned EltSize = ValueSVT.getSizeInBits(); in Select()
472 EVT ValueSVT = ValueVT.getVectorElementType(); in getCopyFromPartsVector() local473 if (ValueVT.getVectorNumElements() == 1 && ValueSVT != PartEVT) { in getCopyFromPartsVector()474 unsigned ValueSize = ValueSVT.getSizeInBits(); in getCopyFromPartsVector()476 Val = DAG.getNode(ISD::BITCAST, DL, ValueSVT, Val); in getCopyFromPartsVector()477 } else if (ValueSVT.isFloatingPoint() && PartEVT.isInteger()) { in getCopyFromPartsVector()481 assert(ValueSVT.bitsLT(PartEVT) && "Unexpected types"); in getCopyFromPartsVector()484 Val = DAG.getBitcast(ValueSVT, Val); in getCopyFromPartsVector()487 ? DAG.getFPExtendOrRound(Val, DL, ValueSVT) in getCopyFromPartsVector()488 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT); in getCopyFromPartsVector()