Home | History | Annotate | Download | only in Reader

Lines Matching refs:ValNo

264     unsigned ValNo = (unsigned)Record[Slot++];
265 // Adjust the ValNo, if it was encoded relative to the InstNum.
267 ValNo = InstNum - ValNo;
268 if (ValNo < InstNum) {
271 ResVal = getFnValueByID(ValNo, 0);
278 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
306 unsigned ValNo = (unsigned)Record[Slot];
307 // Adjust the ValNo, if it was encoded relative to the InstNum.
309 ValNo = InstNum - ValNo;
310 return getFnValueByID(ValNo, Ty);
317 unsigned ValNo = (unsigned)decodeSignRotatedValue(Record[Slot]);
318 // Adjust the ValNo, if it was encoded relative to the InstNum.
320 ValNo = InstNum - ValNo;
321 return getFnValueByID(ValNo, Ty);