Home | History | Annotate | Download | only in X86

Lines Matching refs:EltNo

5365     int EltNo = (Offset - StartOffset) >> 2;
5373 SmallVector<int, 8> Mask(NumElems, EltNo);
23633 SDValue EltNo = N->getOperand(1);
23635 if (!isa<ConstantSDNode>(EltNo))
23668 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
23717 EltNo);