Searched refs:LHSOp0Width (Results 1 – 1 of 1) sorted by relevance
1052 unsigned LHSOp0Width = 0; in visitShuffleVectorInst() local1057 LHSOp0Width = cast<VectorType>(LHSOp0->getType())->getNumElements(); in visitShuffleVectorInst()1072 else if (LHSOp0Width == LHSWidth) { in visitShuffleVectorInst()1096 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth; in visitShuffleVectorInst()1116 if (eltMask >= (int)LHSOp0Width && isa<UndefValue>(LHSOp1)) in visitShuffleVectorInst()1181 if (isLHSID && VWidth == LHSOp0Width) return ReplaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()