Home | History | Annotate | Download | only in Writer

Lines Matching defs:NumElts

368       // ARRAY: [numelts, eltty]
377 // VECTOR [numelts, eltty]
919 unsigned NumElts = Str->getNumElements();
923 --NumElts; // Don't encode the null, which isn't allowed by char6.
930 for (unsigned i = 0; i != NumElts; ++i) {