Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2056 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants() local
2061 isCStr7 &= (V & 128) == 0; in writeConstants()
2068 else if (isCStr7) in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2562 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in writeConstants() local
2567 isCStr7 &= (V & 128) == 0; in writeConstants()
2574 else if (isCStr7) in writeConstants()