Home | History | Annotate | Download | only in Reader

Lines Matching refs:ResVal

280                         unsigned InstNum, Value *&ResVal) {
289 ResVal = getFnValueByID(ValNo, nullptr);
290 return ResVal == nullptr;
296 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
297 return ResVal == nullptr;
304 unsigned InstNum, Type *Ty, Value *&ResVal) {
305 if (getValue(Record, Slot, InstNum, Ty, ResVal))
314 unsigned InstNum, Type *Ty, Value *&ResVal) {
315 ResVal = getValue(Record, Slot, InstNum, Ty);
316 return ResVal == nullptr;
319 /// getValue -- Version of getValue that returns ResVal directly,