Searched refs:LHSOp0Width (Results 1 – 2 of 2) sorted by relevance
1141 unsigned LHSOp0Width = 0; in visitShuffleVectorInst() local1146 LHSOp0Width = cast<VectorType>(LHSOp0->getType())->getNumElements(); in visitShuffleVectorInst()1161 else if (LHSOp0Width == LHSWidth) { in visitShuffleVectorInst()1185 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth; in visitShuffleVectorInst()1205 if (eltMask >= (int)LHSOp0Width && isa<UndefValue>(LHSOp1)) in visitShuffleVectorInst()1270 if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()
1575 unsigned LHSOp0Width = 0; in visitShuffleVectorInst() local1580 LHSOp0Width = LHSOp0->getType()->getVectorNumElements(); in visitShuffleVectorInst()1595 else if (LHSOp0Width == LHSWidth) { in visitShuffleVectorInst()1619 unsigned newLHSWidth = (newLHS != LHS) ? LHSOp0Width : LHSWidth; in visitShuffleVectorInst()1639 if (eltMask >= (int)LHSOp0Width && isa<UndefValue>(LHSOp1)) in visitShuffleVectorInst()1704 if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()