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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18955 unsigned ExtSrcSizeInBits = N00.getScalarValueSizeInBits(); local
18958 if (ExtDstSizeInBits % ExtSrcSizeInBits != 0)
18960 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits;
18979 if (EltSizeInBits != ExtSrcSizeInBits)

Completed in 225 milliseconds