Searched refs:isCStr7 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp851 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
856 isCStr7 &= (V & 128) == 0;
863 else if (isCStr7)
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2102 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
2107 isCStr7 &= (V & 128) == 0;
2114 else if (isCStr7)

Completed in 114 milliseconds