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

/frameworks/compile/slang/BitWriter_2_9/
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) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp828 unsigned NumElts = Str->getNumElements(); local
832 --NumElts; // Don't encode the null, which isn't allowed by char6.
839 for (unsigned i = 0; i != NumElts; ++i) {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp879 unsigned NumElts = Str->getNumElements(); local
883 --NumElts; // Don't encode the null, which isn't allowed by char6.
890 for (unsigned i = 0; i != NumElts; ++i) {

Completed in 140 milliseconds