Lines Matching refs:UndefElts
27 APInt &UndefElts, in extractConstantMask() argument
55 UndefElts = APInt(NumMaskElts, 0); in extractConstantMask()
67 UndefElts.setBit(i); in extractConstantMask()
104 UndefElts.setBit(i); in extractConstantMask()
123 APInt UndefElts; in DecodePSHUFBMask() local
125 if (!extractConstantMask(C, 8, UndefElts, RawMask)) in DecodePSHUFBMask()
133 if (UndefElts[i]) { in DecodePSHUFBMask()
162 APInt UndefElts; in DecodeVPERMILPMask() local
164 if (!extractConstantMask(C, ElSize, UndefElts, RawMask)) in DecodeVPERMILPMask()
173 if (UndefElts[i]) { in DecodeVPERMILPMask()
198 APInt UndefElts; in DecodeVPERMIL2PMask() local
200 if (!extractConstantMask(C, ElSize, UndefElts, RawMask)) in DecodeVPERMIL2PMask()
209 if (UndefElts[i]) { in DecodeVPERMIL2PMask()
252 APInt UndefElts; in DecodeVPPERMMask() local
254 if (!extractConstantMask(C, 8, UndefElts, RawMask)) in DecodeVPPERMMask()
261 if (UndefElts[i]) { in DecodeVPPERMMask()