Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NElts

1783   int NElts = Mask.size();
1785 [&](int M) { return M < (NElts * 2) && M >= -1; }) &&
1794 for (int i = 0; i != NElts; ++i)
1795 if (MaskVec[i] >= NElts) MaskVec[i] -= NElts;
1811 for (int i = 0; i < NElts; ++i) {
1812 if (MaskVec[i] < Offset || MaskVec[i] >= (Offset + NElts))
1829 BlendSplat(N2BV, NElts);
1836 for (int i = 0; i != NElts; ++i) {
1837 if (MaskVec[i] >= NElts) {
1862 NElts; ++i) {
1866 if (Identity && NElts)
1919 for (int i = 0; i != NElts; ++i)
1929 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts);