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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2116 unsigned RHSOp0Width = 0; local
2124 RHSOp0Width = RHSOp0->getType()->getVectorNumElements();
2140 if (RHSShuffle && RHSOp0Width == LHSWidth) {
2196 if (eltMask >= (int)RHSOp0Width) {

Completed in 95 milliseconds