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.cpp695 Value *CallerCopy = in expandCall() local
700 Builder.CreateMemCpy(CallerCopy, {}, ArgVal, {}, UnderlyingSize); in expandCall()
702 Builder.CreateStore(ArgVal, CallerCopy); in expandCall()
706 SourceValue = CallerCopy; in expandCall()