Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp610 FunctionType *VarargFunctionType, in expandCall() argument
625 if (FuncType != VarargFunctionType) { in expandCall()
628 FuncType = VarargFunctionType; in expandCall()
788 FunctionType *NFTy = inlinableVariadicFunctionType(M, VarargFunctionType); in expandCall()