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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2223 unsigned RHSOp0Width = 0; local
2231 RHSOp0Width = cast<VectorType>(RHSOp0->getType())->getNumElements();
2247 if (RHSShuffle && RHSOp0Width == LHSWidth) {
2303 if (eltMask >= (int)RHSOp0Width) {

Completed in 50 milliseconds