Searched refs:ExtSrcSizeInBits (Results 1 – 1 of 1) sorted by relevance
25031 unsigned ExtSrcSizeInBits = N00.getScalarValueSizeInBits(); in combineTruncationShuffle() local25034 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0) in combineTruncationShuffle()25036 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle()25055 if (EltSizeInBits != ExtSrcSizeInBits) in combineTruncationShuffle()