Searched refs:NumElts (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp873 unsigned NumElts = Str->getNumElements(); local
877 --NumElts; // Don't encode the null, which isn't allowed by char6.
884 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp827 unsigned NumElts = Str->getNumElements(); local
831 --NumElts; // Don't encode the null, which isn't allowed by char6.
838 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp874 unsigned NumElts = Str->getNumElements(); local
878 --NumElts; // Don't encode the null, which isn't allowed by char6.
885 for (unsigned i = 0; i != NumElts; ++i) {

Completed in 109 milliseconds