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

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp312 unsigned &ValueID = ValueMap[V]; local
313 if (ValueID) {
315 Values[ValueID-1].second++;
339 // Finally, add the value. Doing this could make the ValueID reference be
349 ValueID = Values.size();
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp840 unsigned ValueID = Record[0]; local
841 if (ValueID >= ValueList.size())
843 Value *V = ValueList[ValueID];

Completed in 89 milliseconds