Lines Matching refs:RetVal
776 auto *RetVal = in addArgumentReturnedAttrs() local
778 if (!RetVal || RetVal->getType() != F->getReturnType()) in addArgumentReturnedAttrs()
782 RetArg = RetVal; in addArgumentReturnedAttrs()
783 else if (RetArg != RetVal) in addArgumentReturnedAttrs()
1062 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local
1064 if (Constant *C = dyn_cast<Constant>(RetVal)) { in isFunctionMallocLike()
1071 if (isa<Argument>(RetVal)) in isFunctionMallocLike()
1074 if (Instruction *RVI = dyn_cast<Instruction>(RetVal)) in isFunctionMallocLike()
1111 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
1175 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
1178 if (isKnownNonZero(RetVal, DL)) in isReturnNonNull()
1183 Instruction *RVI = dyn_cast<Instruction>(RetVal); in isReturnNonNull()
1318 Value *RetVal = Ret->getReturnValue(); in addNoUndefAttrs() local
1319 if (!isGuaranteedNotToBeUndefOrPoison(RetVal)) in addNoUndefAttrs()
1326 !isKnownNonZero(RetVal, DL)) in addNoUndefAttrs()
1330 if (RetVal->getPointerAlignment(DL) < *Align) in addNoUndefAttrs()
1336 computeConstantRange(RetVal, /*ForSigned=*/false))) in addNoUndefAttrs()