Lines Matching defs:InstNum
770 unsigned InstNum, Value *&ResVal, unsigned &TypeID,
774 // Adjust the ValNo, if it was encoded relative to the InstNum.
776 ValNo = InstNum - ValNo;
777 if (ValNo < InstNum) {
796 unsigned &Slot, unsigned InstNum, Value *&ResVal,
803 return getValueTypePair(Record, --Slot, InstNum, ResVal, TypeId,
808 unsigned ValNo = InstNum - (unsigned)Record[Slot++];
817 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
819 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB))
828 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
830 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB);
837 unsigned InstNum, Type *Ty, unsigned TyID,
841 // Adjust the ValNo, if it was encoded relative to the InstNum.
843 ValNo = InstNum - ValNo;
849 unsigned InstNum, Type *Ty, unsigned TyID,
853 // Adjust the ValNo, if it was encoded relative to the InstNum.
855 ValNo = InstNum - ValNo;