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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2423 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
2428 isCStr7 &= (V & 128) == 0;
2435 else if (isCStr7)

Completed in 106 milliseconds