Lines Matching refs:InstNum
623 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument
628 ValNo = InstNum - ValNo; in getValueTypePair()
629 if (ValNo < InstNum) { in getValueTypePair()
647 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument
648 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue()
657 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument
658 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue()
665 unsigned InstNum, Type *Ty) { in getValue() argument
670 ValNo = InstNum - ValNo; in getValue()
676 unsigned InstNum, Type *Ty) { in getValueSigned() argument
681 ValNo = InstNum - ValNo; in getValueSigned()