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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp196 unsigned NarrowingRatio = NumElts / NumSrcElts; local
197 if (ExtIndexC / NarrowingRatio != InsIndexC)
211 unsigned Chunk = ExtIndexC % NarrowingRatio;
213 Chunk = NarrowingRatio - 1 - Chunk;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18376 unsigned NarrowingRatio = WideWidth / NarrowWidth; local
18378 if (WideNumElts % NarrowingRatio != 0)
18383 WideNumElts / NarrowingRatio);
18410 if (NarrowingRatio != 2)

Completed in 149 milliseconds