Home | History | Annotate | Download | only in InstCombine

Lines Matching full:needsrebuild

845       bool NeedsRebuild = (Mask.size() != I->getType()->getVectorNumElements());
849 NeedsRebuild |= (V != I->getOperand(i));
851 if (NeedsRebuild) {