Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5912 llvm::Type *RetIRTy = ConvertType(RetTy); in EmitCall() local
5913 if (RetAI.getCoerceToType() == RetIRTy && in EmitCall()
5927 if (V->getType() != RetIRTy) in EmitCall()
5928 V = Builder.CreateBitCast(V, RetIRTy); in EmitCall()
5937 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(RetIRTy)) { in EmitCall()