Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25407 unsigned ExtDstSizeInBits = N0.getScalarValueSizeInBits(); in combineTruncationShuffle() local
25409 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0) in combineTruncationShuffle()
25411 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle()