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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp200 unsigned NarrowingRatio = NumElts / NumSrcElts; local
201 if (ExtIndexC / NarrowingRatio != InsIndexC)
215 unsigned Chunk = ExtIndexC % NarrowingRatio;
217 Chunk = NarrowingRatio - 1 - Chunk;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19212 unsigned NarrowingRatio = WideWidth / NarrowWidth; local
19214 if (WideNumElts % NarrowingRatio != 0)
19219 WideNumElts / NarrowingRatio);
19245 if (NarrowingRatio != 2)

Completed in 151 milliseconds