Searched refs:RetPtrTy (Results 1 – 3 of 3) sorted by relevance
629 auto *RetPtrTy = dyn_cast<PointerType>(FunTy->getReturnType()); in checkAsyncContextProjectFunction() local630 if (!RetPtrTy || !RetPtrTy->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
848 Type *RetPtrTy = RetTy->getPointerTo(DL.getAllocaAddrSpace()); in insertSRetLoads() local849 LLT OffsetLLTy = getLLTForType(*DL.getIntPtrType(RetPtrTy), DL); in insertSRetLoads()
3781 const PointerType *RetPtrTy = in getConversionOpReturnTyAsFunction() local3784 if (!RetPtrTy) in getConversionOpReturnTyAsFunction()3787 return RetPtrTy->getPointeeType()->getAs<FunctionType>(); in getConversionOpReturnTyAsFunction()