Home | History | Annotate | Download | only in ARM

Lines Matching refs:EltNo

5142     unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue();
5146 if (MinElts[j] > EltNo)
5147 MinElts[j] = EltNo;
5148 if (MaxElts[j] < EltNo)
5149 MaxElts[j] = EltNo;
5158 MinElts.push_back(EltNo);
5159 MaxElts.push_back(EltNo);