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)
665 const Value *RetVal = Ret->getOperand(0), *CallVal = I;
669 bool RetEmpty = !firstRealType(RetVal->getType(), RetSubTypes, RetPath);
703 if (!slotOnlyDiscardsData(RetVal, CallVal, TmpRetPath, TmpCallPath,
716 Value *RetVal = Ret ? Ret->getReturnValue() : nullptr;
718 if (RetVal && ((RetVal == CI.getArgOperand(0))))