Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:NumElts

324       // ARRAY: [numelts, eltty]
333 // VECTOR [numelts, eltty]
879 unsigned NumElts = Str->getNumElements();
883 --NumElts; // Don't encode the null, which isn't allowed by char6.
890 for (unsigned i = 0; i != NumElts; ++i) {