Searched refs:ExtDstSizeInBits (Results 1 – 1 of 1) sorted by relevance
25407 unsigned ExtDstSizeInBits = N0.getScalarValueSizeInBits(); in combineTruncationShuffle() local25409 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0) in combineTruncationShuffle()25411 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle()