Lines Matching refs:InstNum
580 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument
585 ValNo = InstNum - ValNo; in getValueTypePair()
586 if (ValNo < InstNum) { in getValueTypePair()
604 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument
605 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue()
614 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument
615 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue()
622 unsigned InstNum, Type *Ty) { in getValue() argument
627 ValNo = InstNum - ValNo; in getValue()
633 unsigned InstNum, Type *Ty) { in getValueSigned() argument
638 ValNo = InstNum - ValNo; in getValueSigned()