Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:VectorWidth

146     unsigned VectorWidth = EI.getVectorOperandType()->getNumElements();
149 assert(IndexVal < VectorWidth);
154 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
155 APInt UndefElts(VectorWidth, 0);
156 APInt DemandedMask(VectorWidth, 0);
170 if (VT->getNumElements() == VectorWidth)