Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VWidth

619   unsigned VWidth = cast<VectorType>(VecOp->getType())->getNumElements();
620 APInt UndefElts(VWidth, 0);
621 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));
931 unsigned VWidth = cast<VectorType>(SVI.getType())->getNumElements();
933 APInt UndefElts(VWidth, 0);
934 APInt AllOnesEltMask(APInt::getAllOnesValue(VWidth));
950 Value *Result = (VWidth == LHSWidth)
957 for (unsigned i = 0, e = LHSWidth; i != VWidth; ++i) {
980 if (VWidth == LHSWidth) {
1191 for (unsigned i = 0; i < VWidth; ++i) {
1270 if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS);
1271 if (isRHSID && VWidth == RHSOp0Width) return replaceInstUsesWith(SVI, newRHS);