Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IndexVal

189     unsigned IndexVal = IdxC->getZExtValue();
194 if (IndexVal >= VectorWidth)
203 DemandedMask.setBit(IndexVal);
211 if (Value *Elt = FindScalarElement(EI.getOperand(0), IndexVal))
220 if (Value *Elt = FindScalarElement(BCI->getOperand(0), IndexVal))