Lines Matching defs:ResVal
770 unsigned InstNum, Value *&ResVal, unsigned &TypeID,
781 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB);
782 assert((!ResVal || ResVal->getType() == getTypeByID(TypeID)) &&
784 return ResVal == nullptr;
790 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID,
792 return ResVal == nullptr;
799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
801 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB))
810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
812 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB);
813 return ResVal == nullptr;
816 /// Version of getValue that returns ResVal directly, or 0 if there is an