Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h463 User *getUniqueUndroppableUser();
464 const User *getUniqueUndroppableUser() const { in getUniqueUndroppableUser() function
465 return const_cast<Value *>(this)->getUniqueUndroppableUser(); in getUniqueUndroppableUser()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp175 User *Value::getUniqueUndroppableUser() { in getUniqueUndroppableUser() function in Value