Searched refs:NRetTy (Results 1 – 1 of 1) sorted by relevance
776 Type *NRetTy = nullptr; in removeDeadStuffFromFunction() local804 NRetTy = RetTy; in removeDeadStuffFromFunction()829 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in removeDeadStuffFromFunction()832 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in removeDeadStuffFromFunction()837 NRetTy = RetTypes.front(); in removeDeadStuffFromFunction()840 NRetTy = Type::getVoidTy(F->getContext()); in removeDeadStuffFromFunction()843 assert(NRetTy && "No new return type found?"); in removeDeadStuffFromFunction()852 if (NRetTy->isVoidTy()) in removeDeadStuffFromFunction()853 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())); in removeDeadStuffFromFunction()856 AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())) && in removeDeadStuffFromFunction()[all …]