Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EltNo

4136     unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue();
4140 if (MinElts[j] > EltNo)
4141 MinElts[j] = EltNo;
4142 if (MaxElts[j] < EltNo)
4143 MaxElts[j] = EltNo;
4152 MinElts.push_back(EltNo);
4153 MaxElts.push_back(EltNo);