Searched defs:NumElts (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp892 unsigned NumElts = Str->getNumElements(); local
896 --NumElts; // Don't encode the null, which isn't allowed by char6.
903 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp846 unsigned NumElts = Str->getNumElements(); local
850 --NumElts; // Don't encode the null, which isn't allowed by char6.
857 for (unsigned i = 0; i != NumElts; ++i) {

Completed in 33 milliseconds