Searched refs:IntermediateType (Results 1 – 3 of 3) sorted by relevance
663 LLT IntermediateType; in findVectorLegalAction() local666 IntermediateType = in findVectorLegalAction()669 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()672 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()674 return {NotFound, IntermediateType}; in findVectorLegalAction()678 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()681 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
224 typedef typename TwiceWiderInteger<T>::type IntermediateType;225 IntermediateType tmp = static_cast<IntermediateType>(x) * static_cast<IntermediateType>(y);
695 EVT IntermediateType = in getCopyToPartsVector() local697 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()