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.cpp632 FunctionType *VarargFunctionType, in expandCall() argument
647 if (FuncType != VarargFunctionType) { in expandCall()
650 FuncType = VarargFunctionType; in expandCall()
810 FunctionType *NFTy = inlinableVariadicFunctionType(M, VarargFunctionType); in expandCall()