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

References

lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 1903     for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) {
 1933   APInt UndefElts(VWidth, 0);
 1934   APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));
 1951   if (VWidth == LHSWidth) {
 2163   for (unsigned i = 0; i < VWidth; ++i) {
 2242   if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS);
 2243   if (isRHSID && VWidth == RHSOp0Width) return replaceInstUsesWith(SVI, newRHS);