Lines Matching defs:Is256
8938 auto GetBlendDomains = [&](unsigned ImmWidth, bool Is256) {
8942 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4))
8944 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2))
8946 if (!Is256 || Subtarget.hasAVX2())
9058 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) {
9069 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9071 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm);
9075 if ((ImmWidth / (Is256 ? 2 : 1)) != 8) {
9077 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm);
9080 assert(!Is256 && "128-bit vector expected");