Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp5055 llvm::Type *LastParamTy = in EmitCall() local
5057 if (Arg->getType() != LastParamTy) { in EmitCall()
5062 cast<llvm::PointerType>(LastParamTy)->getElementType()); in EmitCall()
5070 Arg = Builder.CreateBitCast(Arg, LastParamTy); in EmitCall()