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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp908 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
913 isCStr7 &= (V & 128) == 0;
920 else if (isCStr7)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp906 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
911 isCStr7 &= (V & 128) == 0;
918 else if (isCStr7)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp936 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; local
941 isCStr7 &= (V & 128) == 0;
948 else if (isCStr7)

Completed in 140 milliseconds