Searched defs:setRawValPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h269 void setRawValPtr(Value *P) { ValueHandleBase::operator=(P); } function in class:llvm::AssertingVH
273 void setRawValPtr(Value *P) { ThePtr = P; } function in class:llvm::AssertingVH
466 void setRawValPtr(Value *P) { ValueHandleBase::operator=(P); } function in class:llvm::final
485 void setRawValPtr(Value *P) { ThePtr = P; } function in class:llvm::final

Completed in 57 milliseconds