Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h116 LLVM_ABI std::unique_ptr<Value> detachLLVMValue(llvm::Value *V);
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp17 std::unique_ptr<Value> Context::detachLLVMValue(llvm::Value *V) { in detachLLVMValue() function in llvm::sandboxir::Context
32 return detachLLVMValue(V->Val); in detach()