Searched refs:RetPtrTy (Results 1 – 3 of 3) sorted by relevance
623 auto *RetPtrTy = dyn_cast<PointerType>(FunTy->getReturnType()); in checkAsyncContextProjectFunction() local624 if (!RetPtrTy || !RetPtrTy->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
823 Type *RetPtrTy = RetTy->getPointerTo(DL.getAllocaAddrSpace()); in insertSRetLoads() local824 LLT OffsetLLTy = getLLTForType(*DL.getIntPtrType(RetPtrTy), DL); in insertSRetLoads()
3674 const PointerType *RetPtrTy = in getConversionOpReturnTyAsFunction() local3677 if (!RetPtrTy) in getConversionOpReturnTyAsFunction()3680 return RetPtrTy->getPointeeType()->getAs<FunctionType>(); in getConversionOpReturnTyAsFunction()