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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp191 bool is7Bit = true; local
195 is7Bit = false;
199 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
215 bool is7Bit = true;
219 is7Bit = false;
223 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
1287 bool is7Bit = true; local
1294 is7Bit = false;
1312 else if (is7Bit)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1304 bool is7Bit = true; local
1311 is7Bit = false;
1329 else if (is7Bit)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1361 bool is7Bit = true; local
1368 is7Bit = false;
1386 else if (is7Bit)

Completed in 643 milliseconds