Lines Matching defs:NeedTrunc
4086 bool NeedTrunc = false;
4090 case MVT::i8: Opc = AArch64::LSLVWr; NeedTrunc = true; Mask = 0xff; break;
4091 case MVT::i16: Opc = AArch64::LSLVWr; NeedTrunc = true; Mask = 0xffff; break;
4098 if (NeedTrunc)
4102 if (NeedTrunc)
4188 bool NeedTrunc = false;
4192 case MVT::i8: Opc = AArch64::LSRVWr; NeedTrunc = true; Mask = 0xff; break;
4193 case MVT::i16: Opc = AArch64::LSRVWr; NeedTrunc = true; Mask = 0xffff; break;
4200 if (NeedTrunc) {
4205 if (NeedTrunc)
4304 bool NeedTrunc = false;
4308 case MVT::i8: Opc = AArch64::ASRVWr; NeedTrunc = true; Mask = 0xff; break;
4309 case MVT::i16: Opc = AArch64::ASRVWr; NeedTrunc = true; Mask = 0xffff; break;
4316 if (NeedTrunc) {
4321 if (NeedTrunc)