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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp899 unsigned NumElts = Str->getNumElements(); local
903 --NumElts; // Don't encode the null, which isn't allowed by char6.
910 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp897 unsigned NumElts = Str->getNumElements(); local
901 --NumElts; // Don't encode the null, which isn't allowed by char6.
908 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp927 unsigned NumElts = Str->getNumElements(); local
931 --NumElts; // Don't encode the null, which isn't allowed by char6.
938 for (unsigned i = 0; i != NumElts; ++i) {

Completed in 5094 milliseconds