Searched refs:IntermediateType (Results 1 – 3 of 3) sorted by relevance
522 LLT IntermediateType; in findVectorLegalAction() local525 IntermediateType = in findVectorLegalAction()528 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()531 IntermediateType.getScalarSizeInBits()); in findVectorLegalAction()533 return {NotFound, IntermediateType}; in findVectorLegalAction()537 findAction(NumElementsVec, IntermediateType.getNumElements()); in findVectorLegalAction()540 IntermediateType.getScalarSizeInBits())}; in findVectorLegalAction()
198 typedef typename TwiceWiderInteger<T>::type IntermediateType;199 IntermediateType tmp =200 static_cast<IntermediateType>(x) * static_cast<IntermediateType>(y);
672 EVT IntermediateType = in getCopyToPartsVector() local674 Val = DAG.getBitcast(IntermediateType, Val); in getCopyToPartsVector()