Home
last modified time | relevance | path

Searched refs:ExtSrcSizeInBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22161 unsigned ExtSrcSizeInBits = N00.getScalarValueSizeInBits(); in combineTruncationShuffle() local
22164 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0) in combineTruncationShuffle()
22166 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle()
22185 if (EltSizeInBits != ExtSrcSizeInBits) in combineTruncationShuffle()