Searched refs:CastLen (Results 1 – 1 of 1) sorted by relevance
3504 unsigned CastLen = CastTy.getVectorNumElements(); in combineTruncateBeforeLegal() local3505 if (2 * CastLen != SrcLen) in combineTruncateBeforeLegal()3509 for (int i = 0; i != static_cast<int>(CastLen); ++i) { in combineTruncateBeforeLegal()3511 Mask[i + CastLen] = 2 * i + 1; in combineTruncateBeforeLegal()