Lines Matching defs:RetVal
377 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal,
389 RetVal = getNoopInput(RetVal, RetIndices, BitsRequired, TLI, DL);
393 if (isa<UndefValue>(RetVal))
405 if (CallVal != RetVal || CallIndices != RetIndices)
666 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
670 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
704 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
717 Value *RetVal = Ret ? Ret->getReturnValue() : nullptr;
719 if (RetVal && ((RetVal == CI.getArgOperand(0))))