Lines Matching refs:ResVal
770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
781 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
782 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair()
784 return ResVal == nullptr; in getValueTypePair()
790 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair()
792 return ResVal == nullptr; in getValueTypePair()
799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
801 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
812 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
813 return ResVal == nullptr; in getValue()