Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp823 auto NewFPtr = std::unique_ptr<Function>(new Function(F, *this)); in createFunction() local
830 auto *SBF = cast<Function>(registerValue(std::move(NewFPtr))); in createFunction()