Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp673 Value *CallerCopy = in expandCall() local
678 Builder.CreateMemCpy(CallerCopy, {}, ArgVal, {}, UnderlyingSize); in expandCall()
680 Builder.CreateStore(ArgVal, CallerCopy); in expandCall()
684 SourceValue = CallerCopy; in expandCall()