Home | History | Annotate | Download | only in ARM

Lines Matching refs:EltNo

5621     unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue();
5622 Source->MinElt = std::min(Source->MinElt, EltNo);
5623 Source->MaxElt = std::max(Source->MaxElt, EltNo);
5733 int EltNo = cast<ConstantSDNode>(Entry.getOperand(1))->getSExtValue();
5747 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;