Lines Matching defs:SrcIsUndef
5922 bool SrcIsUndef = Src.isUndef();5924 Mask.push_back(SrcIsUndef ? SM_SentinelUndef : i);5926 Mask[InsertIdx + i] = (SrcIsUndef ? 0 : MaxElts) + ExtractIdx + i;5927 if (!SrcIsUndef)