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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18600 unsigned ExtractSize = NVT.getSizeInBits(); local
18603 if (ExtractSize % EltSize == 0) {
18604 unsigned NumElems = ExtractSize / EltSize;

Completed in 111 milliseconds