Searched defs:ValueID (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp313 unsigned &ValueID = ValueMap[V]; local
314 if (ValueID) {
316 Values[ValueID-1].second++;
340 // Finally, add the value. Doing this could make the ValueID reference be
360 ValueID = Values.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp313 unsigned &ValueID = ValueMap[V]; local
314 if (ValueID) {
316 Values[ValueID-1].second++;
340 // Finally, add the value. Doing this could make the ValueID reference be
360 ValueID = Values.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1048 unsigned ValueID = Record[0]; local
1049 if (ValueID >= ValueList.size())
1051 Value *V = ValueList[ValueID];
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1363 unsigned ValueID = Record[0]; local
1364 if (ValueID >= ValueList.size())
1366 Value *V = ValueList[ValueID];

Completed in 53 milliseconds