Searched refs:PartEVT (Results 1 – 1 of 1) sorted by relevance
250 EVT PartEVT = Val.getValueType(); in getCopyFromParts() local252 if (PartEVT == ValueVT) in getCopyFromParts()255 if (PartEVT.isInteger() && ValueVT.isFloatingPoint() && in getCopyFromParts()256 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()259 PartEVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits()); in getCopyFromParts()260 Val = DAG.getNode(ISD::TRUNCATE, DL, PartEVT, Val); in getCopyFromParts()264 if (PartEVT.getSizeInBits() == ValueVT.getSizeInBits()) in getCopyFromParts()268 if (PartEVT.isInteger() && ValueVT.isInteger()) { in getCopyFromParts()269 if (ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()274 Val = DAG.getNode(*AssertOp, DL, PartEVT, Val, in getCopyFromParts()[all …]