Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2519 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants() local
2524 isCStr7 &= (V & 128) == 0; in writeConstants()
2531 else if (isCStr7) in writeConstants()