Home | History | Annotate | Download | only in IPO

Lines Matching defs:RetTy

756   Type *RetTy = FTy->getReturnType();
783 if (RetTy->isVoidTy() || HasLiveReturnedArg) {
784 NRetTy = RetTy;
786 StructType *STy = dyn_cast<StructType>(RetTy);
803 RetTypes.push_back(RetTy);
918 if (NRetTy != RetTy && B.contains(Attribute::Returned))
970 assert(RetTy->isStructTy() &&
985 Value *RetVal = UndefValue::get(RetTy);
1045 assert (RetTy->isStructTy());