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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp201 bool is7Bit = true; local
205 is7Bit = false;
209 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
225 bool is7Bit = true;
229 is7Bit = false;
233 Stream.EmitRecord(bitc::VST_CODE_ENTRY, NameVals, is7Bit ? V7Abbrev : 0);
1318 bool is7Bit = true; local
1325 is7Bit = false;
1343 else if (is7Bit)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1335 bool is7Bit = true; local
1342 is7Bit = false;
1360 else if (is7Bit)

Completed in 30 milliseconds