Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp3537 llvm::Type *RetIRTy = ConvertType(RetTy); in EmitCall() local
3538 if (RetAI.getCoerceToType() == RetIRTy && RetAI.getDirectOffset() == 0) { in EmitCall()
3561 if (V->getType() != RetIRTy) in EmitCall()
3562 V = Builder.CreateBitCast(V, RetIRTy); in EmitCall()