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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp883 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
888 isCStr7 &= (V & 128) == 0;
895 else if (isCStr7)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp837 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
842 isCStr7 &= (V & 128) == 0;
849 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 40 milliseconds