Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp627 static void forEachUser(const Value *User, in forEachUser() function
683 forEachUser(&GV, GlobalValueVisited, [&](const Value *V) -> bool { in visitGlobalValue()