Lines Matching defs:ViaIntVT
3854 MVT ViaIntVT = MVT::getIntegerVT(VT.getSizeInBits());
3855 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32) &&
3862 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen);
3877 if (ViaIntVT == MVT::i32)
3886 MVT::getVectorVT(ViaIntVT, 1), Vec,
3906 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen);
3907 assert((ViaIntVT == MVT::i16 || ViaIntVT == MVT::i32 ||
3908 ViaIntVT == MVT::i64) &&
3916 (Subtarget.getRealMinVLen() >= ViaIntVT.getSizeInBits() * NumElts) ?
3918 MVT ViaVecVT = MVT::getVectorVT(ViaIntVT, ViaVecLen);
3935 if (ViaIntVT == MVT::i32)
3941 assert((ViaIntVT.bitsLE(XLenVT) ||
3942 (!Subtarget.is64Bit() && ViaIntVT == MVT::i64)) &&
3944 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) {
3956 MVT::getVectorVT(ViaIntVT, RequiredVL), Splat,