Home
last modified time | relevance | path

Searched refs:ValNo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp315 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local
316 if (ValNo < InstNum) { in getValueTypePair()
319 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair()
326 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
332 unsigned ValNo = (unsigned)Record[Slot++]; in getValue() local
333 ResVal = getFnValueByID(ValNo, Ty); in getValue()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp552 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local
553 if (ValNo < InstNum) { in getValueTypePair()
556 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair()
563 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
569 unsigned ValNo = (unsigned)Record[Slot++]; in getValue() local
570 ResVal = getFnValueByID(ValNo, Ty); in getValue()