Searched refs: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);
1311 bool is7Bit = true; local
1318 is7Bit = false;
1336 else if (is7Bit)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1373 bool is7Bit = true; local
1380 is7Bit = false;
1398 else if (is7Bit)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1415 bool is7Bit = true; local
1422 is7Bit = false;
1440 else if (is7Bit)

Completed in 161 milliseconds