Searched refs:ValNo (Results 1 – 2 of 2) sorted by relevance
315 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local316 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() local333 ResVal = getFnValueByID(ValNo, Ty); in getValue()
552 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() local553 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() local570 ResVal = getFnValueByID(ValNo, Ty); in getValue()