Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching defs:NumElts

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