Lines Matching defs:NeedTrunc
4084 bool NeedTrunc = false;
4088 case MVT::i8: Opc = AArch64::LSLVWr; NeedTrunc = true; Mask = 0xff; break;
4089 case MVT::i16: Opc = AArch64::LSLVWr; NeedTrunc = true; Mask = 0xffff; break;
4096 if (NeedTrunc)
4100 if (NeedTrunc)
4186 bool NeedTrunc = false;
4190 case MVT::i8: Opc = AArch64::LSRVWr; NeedTrunc = true; Mask = 0xff; break;
4191 case MVT::i16: Opc = AArch64::LSRVWr; NeedTrunc = true; Mask = 0xffff; break;
4198 if (NeedTrunc) {
4203 if (NeedTrunc)
4302 bool NeedTrunc = false;
4306 case MVT::i8: Opc = AArch64::ASRVWr; NeedTrunc = true; Mask = 0xff; break;
4307 case MVT::i16: Opc = AArch64::ASRVWr; NeedTrunc = true; Mask = 0xffff; break;
4314 if (NeedTrunc) {
4319 if (NeedTrunc)