Lines Matching defs:SrcIsUndef
6121 bool SrcIsUndef = Src.isUndef();6123 Mask.push_back(SrcIsUndef ? SM_SentinelUndef : i);6125 Mask[InsertIdx + i] = (SrcIsUndef ? 0 : MaxElts) + ExtractIdx + i;6126 if (!SrcIsUndef)