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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp887 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
892 isCStr7 &= (V & 128) == 0;
899 else if (isCStr7)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp841 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
846 isCStr7 &= (V & 128) == 0;
853 else if (isCStr7)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp888 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
893 isCStr7 &= (V & 128) == 0;
900 else if (isCStr7)

Completed in 441 milliseconds