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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp187 bool is7Bit = true; local
191 is7Bit = false;
195 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
211 bool is7Bit = true;
215 is7Bit = false;
219 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
1300 bool is7Bit = true; local
1307 is7Bit = false;
1325 else if (is7Bit)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1317 bool is7Bit = true; local
1324 is7Bit = false;
1342 else if (is7Bit)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1413 bool is7Bit = true; local
1420 is7Bit = false;
1438 else if (is7Bit)

Completed in 36 milliseconds