Home
last modified time | relevance | path

Searched refs:RetPtrTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp623 auto *RetPtrTy = dyn_cast<PointerType>(FunTy->getReturnType()); in checkAsyncContextProjectFunction() local
624 if (!RetPtrTy || !RetPtrTy->isOpaqueOrPointeeTypeMatches(Int8Ty)) in checkAsyncContextProjectFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp823 Type *RetPtrTy = RetTy->getPointerTo(DL.getAllocaAddrSpace()); in insertSRetLoads() local
824 LLT OffsetLLTy = getLLTForType(*DL.getIntPtrType(RetPtrTy), DL); in insertSRetLoads()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3674 const PointerType *RetPtrTy = in getConversionOpReturnTyAsFunction() local
3677 if (!RetPtrTy) in getConversionOpReturnTyAsFunction()
3680 return RetPtrTy->getPointeeType()->getAs<FunctionType>(); in getConversionOpReturnTyAsFunction()