Searched refs:OutSVT (Results 1 – 2 of 2) sorted by relevance
36581 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local36594 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()36643 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local36646 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()36652 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()36653 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()36660 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
16724 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local16725 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()