Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EltNo

4880     unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue();
4881 Source->MinElt = std::min(Source->MinElt, EltNo);
4882 Source->MaxElt = std::max(Source->MaxElt, EltNo);
4992 int EltNo = cast<ConstantSDNode>(Entry.getOperand(1))->getSExtValue();
5006 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;