Lines Matching refs:VWidth
530 unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements(); in visitInsertElementInst() local
531 APInt UndefElts(VWidth, 0); in visitInsertElementInst()
532 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitInsertElementInst()
842 unsigned VWidth = cast<VectorType>(SVI.getType())->getNumElements(); in visitShuffleVectorInst() local
844 APInt UndefElts(VWidth, 0); in visitShuffleVectorInst()
845 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth)); in visitShuffleVectorInst()
861 Value *Result = (VWidth == LHSWidth) in visitShuffleVectorInst()
868 for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) { in visitShuffleVectorInst()
891 if (VWidth == LHSWidth) { in visitShuffleVectorInst()
1102 for (unsigned i = 0; i < VWidth; ++i) { in visitShuffleVectorInst()
1181 if (isLHSID && VWidth == LHSOp0Width) return ReplaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()
1182 if (isRHSID && VWidth == RHSOp0Width) return ReplaceInstUsesWith(SVI, newRHS); in visitShuffleVectorInst()