Searched refs:DstSizeInBits (Results 1 – 1 of 1) sorted by relevance
17051 unsigned DstSizeInBits = DstVT.getSizeInBits(); in truncateVectorWithPACK() local17053 if ((DstSizeInBits % 64) != 0 || (SrcSizeInBits % 128) != 0) in truncateVectorWithPACK()17062 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation"); in truncateVectorWithPACK()