Home
last modified time | relevance | path

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

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