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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp194 bool is7Bit = true; local
198 is7Bit = false;
202 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
218 bool is7Bit = true;
222 is7Bit = false;
226 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
1279 bool is7Bit = true; local
1286 is7Bit = false;
1304 else if (is7Bit)

Completed in 33 milliseconds