Searched refs:IntermediateType (Results 1 – 2 of 2) sorted by relevance
665 LLT IntermediateType; in findVectorLegalAction() local668 IntermediateType = in findVectorLegalAction()671 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()674 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()676 return {NotFound, IntermediateType}; in findVectorLegalAction()680 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()683 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
440 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() local442 Val = DAG.getNode(ISD::TRUNCATE, DL, IntermediateType, Val); in getCopyFromPartsVector()681 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector() local682 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()