Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h218 struct UseToUser { struct
222 using user_iterator = mapped_iterator<sandboxir::UserUseIterator, UseToUser>; argument
227 return user_iterator(Use(nullptr, nullptr, Ctx), UseToUser()); in user_end()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp105 return user_iterator(Use(LLVMUse, User, Ctx), UseToUser()); in user_begin()