Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16762 unsigned ExtSrcSizeInBits = N00.getScalarValueSizeInBits(); in combineTruncationShuffle() local
16765 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0) in combineTruncationShuffle()
16767 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle()
16786 if (EltSizeInBits != ExtSrcSizeInBits) in combineTruncationShuffle()