Home
last modified time | relevance | path

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

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