Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:VectorWidth

161     unsigned VectorWidth = EI.getVectorOperandType()->getNumElements();
164 assert(IndexVal < VectorWidth);
169 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
170 APInt UndefElts(VectorWidth, 0);
171 APInt DemandedMask(VectorWidth, 0);
185 if (VT->getNumElements() == VectorWidth)