Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp260 FunctionType *ToFuncTy = ToFunc->getFunctionType(); in createThunk() local
265 Builder.CreateAggregateCast(&AI, ToFuncTy->getParamType(ParamIdx))); in createThunk()
271 assert(ParamIdx < ToFuncTy->getNumParams()); in createThunk()
273 Builder.CreateAggregateCast(Param, ToFuncTy->getParamType(ParamIdx))); in createThunk()