reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 2122     RHSOp0Width = RHSOp0->getType()->getVectorNumElements();
 2138   if (RHSShuffle && RHSOp0Width == LHSWidth) {
 2194         if (eltMask >= (int)RHSOp0Width) {
 2243   if (isRHSID && VWidth == RHSOp0Width) return replaceInstUsesWith(SVI, newRHS);