Searched refs:InSVT (Results 1 – 2 of 2) sorted by relevance
15146 MVT InSVT = InVT.getVectorElementType(); in LowerSIGN_EXTEND_VECTOR_INREG() local15147 assert(VT.getVectorElementType().getSizeInBits() > InSVT.getSizeInBits()); in LowerSIGN_EXTEND_VECTOR_INREG()15151 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerSIGN_EXTEND_VECTOR_INREG()15176 CurrVT.getVectorElementType().getSizeInBits() - InSVT.getSizeInBits(); in LowerSIGN_EXTEND_VECTOR_INREG()26552 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local26559 DAG.getConstant(OutSVT == MVT::i8 ? 0xFF : 0xFFFF, DL, InSVT); in combineVectorTruncationWithPACKUS()26577 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()26651 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local26652 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()26659 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()[all …]
3359 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local3364 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()3375 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()3376 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()