Lines Matching refs:ResVal
742 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
753 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
754 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) && in getValueTypePair()
756 return ResVal == nullptr; in getValueTypePair()
762 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair()
764 return ResVal == nullptr; in getValueTypePair()
771 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
773 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
782 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
784 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
785 return ResVal == nullptr; in getValue()