Lines Matching refs:RetVal
592 Value *RetVal = Ret->getReturnValue()->stripPointerCasts(); in addArgumentReturnedAttrs() local
593 if (!isa<Argument>(RetVal) || RetVal->getType() != F->getReturnType()) in addArgumentReturnedAttrs()
597 RetArg = RetVal; in addArgumentReturnedAttrs()
598 else if (RetArg != RetVal) in addArgumentReturnedAttrs()
852 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local
854 if (Constant *C = dyn_cast<Constant>(RetVal)) { in isFunctionMallocLike()
861 if (isa<Argument>(RetVal)) in isFunctionMallocLike()
864 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike()
901 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
967 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
970 if (isKnownNonZero(RetVal, DL)) in isReturnNonNull()
975 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull()