Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:NumElts

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