Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp5527 llvm::Type *RetIRTy = ConvertType(RetTy); in EmitCall() local
5528 if (RetAI.getCoerceToType() == RetIRTy && RetAI.getDirectOffset() == 0) { in EmitCall()
5550 if (V->getType() != RetIRTy) in EmitCall()
5551 V = Builder.CreateBitCast(V, RetIRTy); in EmitCall()