Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2523 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants() local
2528 isCStr7 &= (V & 128) == 0; in writeConstants()
2535 else if (isCStr7) in writeConstants()