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);
1312 bool is7Bit = true; local
1319 is7Bit = false;
1337 else if (is7Bit)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1374 bool is7Bit = true; local
1381 is7Bit = false;
1399 else if (is7Bit)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1407 bool is7Bit = true; local
1414 is7Bit = false;
1432 else if (is7Bit)

Completed in 83 milliseconds